NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HtmlTextArea Control

The HtmlTextArea control allows developers to program against the HTML <textarea> element.

ASP+ Syntax

Required properties are noted in boldface type.

<textarea
   runat="server"
   id="programmaticID"
   cols="numberofcolsintextarea"
   name="namepassedtobrowser"
   rows="numberofrowsintextarea"
   onserverchange="onserverchangehandler"
>
textareacontent
</textarea>

Tasks

See Also

Web Forms Controls by Function |