web 2.0

ASP.NET & Visual Studio 2010 - Create New File

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

 Visual Studio 2010

Main screen ASP.NET Web Application Project.
.
.
How to add ASP.NET Web form.

 Visual Studio 2010

Right click on current project and click Add -> New Item…

 Visual Studio 2010

Select item Web Form and input Name of  file.

 Visual Studio 2010

The file was added successfully (.aspx and .aspx.vb)
.
.
How to add Web User Control

 Visual Studio 2010

Right click on current project and click Add -> New Item…

 Visual Studio 2010

Select item Web User Control and input Name of  file..

 Visual Studio 2010

The file was added successfully (.ascx and .ascx.vb)
.
.
How to add Class file.

 Visual Studio 2010

Right click on current project and click Add New Item…

 Visual Studio 2010

Select item Class and input Name of  file..

 Visual Studio 2010

The file was added successfully (.vb)
.
.
.

1 Star2 Stars3 Stars4 Stars5 Stars6 Stars7 Stars8 Stars9 Stars10 Stars (1 votes, average: 1.00 out of 10)
Loading ... Loading ...

One Response to “ASP.NET & Visual Studio 2010 - Create New File”

  1. 3numbness…

Leave a Reply

You must be logged in to post a comment.