Hi, I am new to asp.net, when I used to create form in asp 3.0 I used to write HTML Tags like
<INPUT type="text">
<TEXTAREA rows=2 cols=20>
<INPUT type="checkbox">
<INPUT type="button" value="Button">
Now starting to learn asp.net (vb) I could not find server control equivilant to <TEXTAREA rows=2 cols=20>
I am using <asp:TextBox> but could not make word wrap. Any suggestions.
thanks
Al
<INPUT type="text">
<TEXTAREA rows=2 cols=20>
<INPUT type="checkbox">
<INPUT type="button" value="Button">
Now starting to learn asp.net (vb) I could not find server control equivilant to <TEXTAREA rows=2 cols=20>
I am using <asp:TextBox> but could not make word wrap. Any suggestions.
thanks
Al