Friday, January 7, 2011

Beginning with ASP.NET

We begin with creating a website in Microsoft Visual Studio 2008.  After successfully installing Visual Studio 2005 or higher, we need to select General Development Settings among the various options for software or webs based development during its initial execution. 
1. Select Microsoft Visual Studio  2008.


2. A Start Page appears from which we have to select the website for web based development. Choose File menu -> New - > Web Site.


3. Now we have chosen the website as the work to be done. On selecting  the website option, a window appears in front of us with different kinds of pages.Now we have to select the type of page on which we make the code.


4. Here we have to select the Web Form option and Visual C# language, as this is the default page that we use to make a web page. On clicking the Web form ,a page "Default.aspx" appears in front of us. 



4. Here in this page, we have a Solution Explorer which shows the tree of the project along with the images , files include in the project folder. In addition to this , we have the Properties window under the Solution Explorer which show the properties of the page that we have made.

Now in order to create a new page, we need to right click on the main path given in the Solution Explorer(C:/\... in this case) .On clicking the Add New Item. a window appears asking for the kind of page that we need. We can choose any kind as we desire. Here in this case lets choose "Web Form" for coding asp.


No comments:

Post a Comment