Return Characters in Text boxes

  • Thread starter Thread starter brian
  • Start date Start date
B

brian

I am building a form and need for the customer to be able
to enter a return character. Does ASP.NET have a control
that is similiar to the HTML TEXTAREA control? Or is
there another control that lets you type in data with
return characters?

Thanks
 
asp:TextBox
Just set it to multiline instead of single or password
 
Its the Textbox control, it has a multiline property and another property I
cant remember the name of that allows you to enter carrige returns.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top