SyntaxFix
Write A Post
Hire A Developer
Questions
You need to use runat="server" like this:
runat="server"
<textarea id="TextArea1" cols="20" rows="2" runat="server"></textarea>
You can use the runat=server attribute with any standard HTML element, and later use it from codebehind.