TextArea in asp.net

Discussion in 'ASP.NET / ASP.NET Core' started by Mahdi837, Aug 15, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi All,

    Is there is any TextArea component in asp.net?

    Thanks,
    Mahdi
     
  2. You can set the 'multiline' property of the standard TextBox control. That control will either render an <input> element or a <textarea> element, depending on the properties you set.Also,you can have the textarea control run as a server control with runat property set to server.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page