Asp input text box length exceeds default page view and give scrol

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
Hello Guhanath,

use the <TD nowrap>

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

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