Monday 23 July 2012

How to add an aspx page to your project

Once you done with the menu, I think it's a right time to add an .aspx page to your project. For that you have to follow the following steps:

1) In the Solution Explorer Right click on your Project (Ex: "MyAspNetSchool").
2) Then Click on Add option and Click on New Item. Or You can use short cut key i.e Ctrl+Shift+A.

 
3) Now you can see Add New Item Window.
4) You have to select Web Form from the list.
5) Now change the name of the form below in the Name text box (Ex: Registration.aspx)


6) Now you have almost done just click on Add button.
7) And you can see Registration.aspx in the Tree View of Solution Explorer.