c# - Where in an ASP.NET WebForms project can "System.Web.UI.Control" namespace found? -


does know in asp webforms project can "system.web.ui.control" namespace found? <asp:hyperlink> or <asp:hiddenfild>are? @ web.config?

the system.web.ui namespace within system.web.dll assembly.

there multiple namespaces containing controls:

system.web.ui has control, usercontrol, , literalcontrol (not same thing <asp:literal />) , other primitives.

system.web.ui.htmlcontrols has "html controls" representations of normal html elements runat="server" applied, such <a runat="server" href="~/foo" />.

system.web.ui.webcontrols contains "web controls" library, more complex controls (for better or worse) force web-developer relinquish control (no pun intended) how page rendered. these controls referenced using aspx syntax in <asp: /> element namespace. these controls <asp:hyperlink , <asp:login.


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -