Thursday 28 November 2013

How to create a new website,web form in visual studio with visual c#


Microsoft visual studio-It is an integrated development environment(IDE) or interactive development environment  from Microsoft.That means IDE  is a software application which provide a comprehensive facility to computer programmers for software development.An IDE  mostly consists of a source code editor,build automation tool and a debugger.Some contains a compiler and interpreter both like Net Beans and Eclipse.
To create a website
File->New->Website->ASP.NET Empty Website


 

Installed templates->visual c#
Change  C:\Users\Administrator\Documents\Visual Studio 2010\WebSites\Websites1 to

 C:\Users\Administrator\Documents\Visual Studio 2010\WebSites\Demo
Where Demo or any other names can be given.Then  a project named Demo is created successfully.

In right side we can see a solution explorer tab ->right click and select the option 'add new item'->
Web form->name given as 'demo1.aspx' is added.
Here you can see the demo1.aspx web form.
Here you can get the design,split and source page which would be named as demo1.aspx

No comments:

Post a Comment