Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can we specify in aspx page that the TextBox control should occupy the whole width of its parent table cell?
Hi there, You simply set the width of the textbox control property to 100%, to make it work with FireFox you also set in the style property. Another way is to define a stylesheet class and apply it to the textbox.