| |
| Your First ASP.NET Page |
| Create a new ASP.NET page |
In this walkthrough, you will create a new
ASP.NET page. To accomplish this, perform the below steps:
- Open Microsoft ASP.NET Web Matrix. You will see the New
File dialog box appear.
- Select (General) from the Templates pane.
- Select the ASP.NET Page template.
- Type a file path in the Location box.
- Type myFirstPage.aspx in the Filename box.
- Select Visual Basic in the Language drop-down box.
- Click OK. New File Dialog box:
- The myFirstPage.aspx file will now open in Design view
and be ready for editing.
Next Step >> |
|