ASP.NET What Server Side controls require a Server Form

By Tony - Last updated: Thursday, June 7, 2007 - Save & Share - Leave a Comment

This is a list that I have compiled of ASP server side controls that require or do not require to be nested inside of a server form (form runat=server)

Requires Does not Require
  asp:Label
  asp:HyperLink
asp:TextBox  
asp:Button  
asp:LinkButton  
asp:ImageButton  
asp:DropDownList  
asp:ListBox  
asp:CheckBox  
asp:CheckBoxList  
  asp:Image
  asp:ImageMap
  asp:Table
asp:BulletedList  
asp:HiddenField  
  asp:Literal
asp:Calendar  
  asp:AdRotator
asp:FileUpload  
asp:Wizard  
  asp:Xml
  asp:MultiView
  asp:View
  asp:Panel
  asp:PlaceHolder
  asp:Substitution
  asp:Localize
asp:GridView  
  asp:DataList
asp:DetailsView  
asp:FormView  
  asp:Repeater
  asp:XmlDataSource
asp:Menu  
asp:TreeView  
Posted in ASP.NET, Web • • Top Of Page

Write a comment

You need to login to post comments!