Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:programming:asp.net:web_forms_controls [2007/07/30 09:15] – billh | docs:programming:asp.net:web_forms_controls [2008/08/03 00:25] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 27: | Line 27: | ||
* HtmlTableRow | * HtmlTableRow | ||
* HtmlTextArea | * HtmlTextArea | ||
+ | |||
===== System.Web.UI.WebControls ===== | ===== System.Web.UI.WebControls ===== | ||
+ | http:// | ||
+ | |||
Web server controls are ASP.NET server controls with an abstract, strongly-typed object model. Web server controls include not only form-type controls such as buttons and text boxes, but also special-purpose controls such as a calendar. Web server controls are more abstract than HTML server controls, in that their object model does not necessarily reflect HTML syntax. | Web server controls are ASP.NET server controls with an abstract, strongly-typed object model. Web server controls include not only form-type controls such as buttons and text boxes, but also special-purpose controls such as a calendar. Web server controls are more abstract than HTML server controls, in that their object model does not necessarily reflect HTML syntax. | ||