Creating a new Project - The process of creating new files and projects within Visual Studio 2005 is different from the process using Visual Studio 2003. In the latest release of Visual Studio 2005 the focus on project based application is gone. Now projects are created in a page-based manner. This means that when you first create the application, the only items created for you by the IDE are the project folder and a single .aspx file. Making References to Other Objects- when you look at the Solution...
A quick tour to Visual Studio 2005 IDE. Start Page – is the first page that you will see when you pull up VS2005 for the first time. If you close the start page, you can reactive it by View->Start Page. Views in the Document window – VS2005 offers two views of a page. Design and Source. Source view is the default view in VS2005. By using options dialog you can change the default view visual studio uses when a page is opend for the first time. Choose Tools -> Options and navigate to the...