Monday, May 13, 2013

Create a new project using VS.Net

File --->New ---> Project ---> Select C# in installed templates---> Select ASP.Net empty web application and name the web application. Now go to solution explorer and right click on solution name. Click Add, new item. Select Web Form there and a new web form will be added to your solution.

1 comment: