web 2.0

ASP.NET & Visual Studio 2005,2008 - Create New File

ASP.NET & Visual Studio 2005,2008 - Create New File How to create new ASP.NET Web Site file in Visual Studio 2005,2008.

ShotDev Focus:
- Visual Studio 2005,2008 (Create new a file)

Visual Studio 2005
Start -> Programs -> Microsoft Visual Studio 2005 -> Microsoft Visual Studio 2005

Visual Studio 2008
Start -> Programs -> Microsoft Visual Studio 2008 -> Microsoft Visual Studio 2008

Visual Studio 2005 & Visual Studio 2008

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

Visual Studio 2005 & Visual Studio 2008

Right click on current project and click Add New Item…

Visual Studio 2005 & Visual Studio 2008

Select item Web Form and input Name of  file.

Visual Studio 2005 & Visual Studio 2008

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

Visual Studio 2005 & Visual Studio 2008

Right click on current project and click Add New Item…

Visual Studio 2005 & Visual Studio 2008

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

Visual Studio 2005 & Visual Studio 2008

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

Visual Studio 2005 & Visual Studio 2008

Right click on current project and click Add New Item…

Visual Studio 2005 & Visual Studio 2008

Select item Class and input Name of  file..

Visual Studio 2005 & Visual Studio 2008

Confirm add new a class file and move to folder ‘App_Code’

Visual Studio 2005 & Visual Studio 2008

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 2005,2008 - Create New File”

  1. 3hygiene…

Leave a Reply

You must be logged in to post a comment.