I am trying to read the HTML5 Textarea's (not ASP.NET textbox control) text and pass it to my aspx.vb code at the back of the web page. How can I do it?
If can't, can I use JavaScript or other language pass the value to my back end vb code?
<textarea name="content"id="textarea" cols="90" rows="20"runat="server">
</textarea>