Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:programming:asp.net:web_forms_controls [2007/07/30 09:15] billhdocs: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://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.aspx
 +
 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. 
  
  • docs/programming/asp.net/web_forms_controls.1185808555.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)