943,985 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 96935
  • ASP.NET RSS
Jun 28th, 2005
0

textarea Control in ASP.NET

Expand Post »
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
Similar Threads
Reputation Points: 11
Solved Threads: 6
Junior Poster
Letscode is offline Offline
175 posts
since Feb 2005
Jun 28th, 2005
0

Re: textarea Control in ASP.NET

duh...Whats the matter with me...

I right clicked the TEXTAREA and made it RUN as a Server Control....Its working fine..

Sorry
Reputation Points: 11
Solved Threads: 6
Junior Poster
Letscode is offline Offline
175 posts
since Feb 2005
Jun 28th, 2005
0

Re: textarea Control in ASP.NET

You can also 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.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Jun 28th, 2005
0

Re: textarea Control in ASP.NET

Thanks ..

TextBox1.TextMode = TextBoxMode.MultiLine

It works fine...

Quote originally posted by tgreer ...
You can also 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.
Reputation Points: 11
Solved Threads: 6
Junior Poster
Letscode is offline Offline
175 posts
since Feb 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: Using Excel
Next Thread in ASP.NET Forum Timeline: help with asp.net/JS and cookies





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC