Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Textbox control wrapping doesn't work

Status
Not open for further replies.

theresatan

Programmer
Mar 18, 2002
101
US
Hi,

I like the text in my textbox showing in warpping format but it doen't work. Following is my script:

<asp:textbox id = &quot;issue&quot; width =&quot;100px&quot; height = &quot;90px&quot; wrapping = &quot;wrap&quot; runat = &quot;server&quot; />

Any input is welcome.

Thank you!


Theresa
 
looks like you're after the multiline textbox maybe?

<asp:textbox textMode=&quot;multiLine&quot; />

:)
paul
penny1.gif
penny1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top