PURPOSE
I'm trying to create an email webform..
REQUIREMENT
I need a box for users to enter their Message.
ISSUE
In want to use TEXTAREA but I dont know whether its available in ASP.NET server controls..But certainly TEXTAREA control is available on the client HTML section.
QUESTION
Are there any other SERVER controls available to achieve the effect similar to TEXTAREA..
Thanks