Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么在客户端通过 '<%=controlid.ClientID%>' 格式访问 asp.net 控件。
而 html 控件是通过它们的 id 直接访问的。
因为默认情况下,ASP.NET Web 控件ClientID是动态生成的。如果您想以与 HTML 控件相同的方式访问它,可以ClientIDMode将Static.
ClientID
ClientIDMode
Static
http://msdn.microsoft.com/en-us/library/system.web.ui.control.clientidmode.aspx