Hi techies,
I wanted to know if it is possible to access HTML controls in code behind of a visual webpart
without adding runat="server" to the html elements.
For instance accessing a textarea HTML control in code behind without using runat=server.
Thanks in advance....