Hi could any one 开发者_如何学Gohelp me regarding the accessibility of HTML controls to Server Side ?
You should add runat="server" attribute to your HTML elements to access them at server side.
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.
精彩评论