Web Applications
Dot Net area in web application 1.Design area - .aspx 2.Source area - It will automatically created in HTML format. 3.Code area - Create in C# with extension aspx.cs (.CS only for logic code) How to create first web application. Process:- File > New > Website > C# > ASP.NET Website > Browse > Directory > ok Windows :- 1. Solution explorer window :- Display all file and folder. 2.Server explorer window :- Only work on database. 3.Tool box:- All types of tools (eg. radio button,checkbox,etc) 4.Property Window :- All property display in property window (color,height,width,etc). How to configure web application (first time) Step 1:- Remove all file in solution explorer Step 2:- Delete account folder in solution explorer How to create webpage In dot net webpage is called webform. Process:- step 1:- Go to the solution explorer step 2:- Select root directory (here root directory means top file on solution explorer window) step 3:- Click website menu...