How to add a web form to a web site
― If you start a web site from the ASP.NET Empty Web Site template, the first thing you’ll want to do is to add a web form to the web site. To do that, you use the Add New Item dialog box shown in figure 2-2. From this dialog box, you select the Web Form template. Then, you enter the name you want to use for the new form and click the Add button to add it to your web site. When you add a new web form, be sure that the language setting is Visual C# and that the Place Code in Separate File box is [...].






