G
Guest
Hi,
In a web page we have many single line input text boxes inside table,which
has the max length of 250 characters and few drop downs where auto post back
property is true.
When we provide 250 characters in any of the input text box and select any
value in drop down,the page loads again.Now the text box length is exceeding
the page view in the browser(ie: table gets expanded with page gets
horizontal scroll).
The table,<TD> and input text all has width as 100%.How can we avoid this
situatation?
In a web page we have many single line input text boxes inside table,which
has the max length of 250 characters and few drop downs where auto post back
property is true.
When we provide 250 characters in any of the input text box and select any
value in drop down,the page loads again.Now the text box length is exceeding
the page view in the browser(ie: table gets expanded with page gets
horizontal scroll).
The table,<TD> and input text all has width as 100%.How can we avoid this
situatation?