ASP.NET What Server Side controls require a Server Form
by johna | September 30, 2014 | ASP.NET Html Forms Web Development
This is a list 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 | |
asp:ScriptManager |
Related Posts
Converting dBase IV programs to run in the browser
by johna | September 13, 2024
Some pointless entertainment trying to get some old dBase programs running in the browser.
How to set up a debugging using the Turnkey Linux LAMP stack and VS Code
by johna | December 19, 2023
The second part in my guide to setting up a website and database using the Turnkey Linux LAMP stack.
How to set up a website and database using the Turnkey Linux LAMP stack
by johna | November 18, 2023
If you need to host your own website for the purposes of web development, Turnkey Linux LAMP Stack is an easy to install all-in-one solution that you can set up on a spare computer or a VM (Virtual Machine).
Comments
There are no comments yet. Be the first to leave a comment!