You are on page 1of 3

1.

Click FILE  New  Project…

2. Click Visual C#  Web then choose ASP.Net Empty Web Application and change the Name of your Project.
3. Add Web Form
a. In Solution Explorer right click in your project name then
Choose Add  Web Form. You can change the web form name then click OK.

You can rename your web form then click OK


4. Lets add a table in your design

Click SPLIT View to view your design and coding’s

Click the div section in the design to show the TABLE in the toolbar
For adding table click TABLE  Insert Table then add 4 rows and 2 column and click OK

Add 2 TextBox in column 2 for 1st num and 2nd Num

You might also like