You can use the visual design environment in Dreamweaver to add ASP.NET form controls to your page.
Form controls must be inserted inside a form that has an runat='server'
attribute in its tag. If your page does not have a form, Dreamweaver automatically creates one with a runat='server'
attribute when you insert the first ASP.NET form control. If your page contains an HTML form, Dreamweaver automatically adds the runat='server'
attribute to the existing form tag when you insert the first form control.
For instructions, click the Help button on the dialog box. For more information on the properties of each control, see the documentation on the Microsoft website at http://msdn.microsoft.com/library/en-us/cpgenref/html/cpconaspsyntaxforwebcontrols.asp.
After youre done, Dreamweaver inserts the form control on your page. If you want, click the control on the page and change any of the properties in the Property inspector.