*set TextMode=Multiline* **
On Wed, Feb 18, 2009 at 7:28 PM, Brock <[email protected]> wrote: > > I have a rather large textbox (within a div if that matters) that I > have set the "Wrap="true"" > When I type the wrap does not occur. Any clues? Using IE 7.0. > > Ideally what I would like to do is to have this set up like the online > job applications allow for pasting one's resume into a box OR of > course one could type freestyle into the box. I tried setting the > "rows" setting but this had no effect. > > > <asp:TextBox ID="txtNewEvent" runat="server" Height="283px" > Width="384px" > Wrap="true" EnableViewState="False" ></asp:TextBox> >
