Hi could any one help me regarding the accessibility of HTML controls to Server Side ?
2 Answers
Have a look at this article: http://odetocode.com/articles/348.aspx
You can add runat="server" and use controls in System.Web.UI.HtmlControls namespace to access it.