ASP.NET & Visual Studio 2010 - Create New File How to create new ASP.NET Web Application file in Visual Studio 2010
ShotDev Focus:
- Visual Studio 2010 (Create new a file)
Visual Studio 2010
Start -> Programs -> Microsoft Visual Studio 2010 -> Microsoft Visual Studio 2010
Main screen ASP.NET Web Application Project.
.
.
How to add ASP.NET Web form.
Right click on current project and click Add -> New Item…
Select item Web Form and input Name of file.
The file was added successfully (.aspx and .aspx.vb)
.
.
How to add Web User Control
Right click on current project and click Add -> New Item…
Select item Web User Control and input Name of file..
The file was added successfully (.ascx and .ascx.vb)
.
.
How to add Class file.
Right click on current project and click Add New Item…
Select item Class and input Name of file..
The file was added successfully (.vb)
.
.
.
3numbness…
…