Building ASP.NET forms
You can create ASP.NET forms in the Dreamweaver design environment and then modify the properties of the form controls without hand-coding them.
This section covers the following topics:
- Adding ASP.NET form controls to a page
- Setting the properties of ASP.NET form controls
- Creating a dynamic ASP.NET menu
- Making an existing ASP.NET menu dynamic
- Displaying dynamic content in an ASP.NET TextBox control
- Dynamically preselecting ASP.NET CheckBox controls
- Dynamically preselecting an item in an ASP.NET RadioButtonList
Related topics
- Creating Forms
- Inserting dynamic HTML form objects