0% found this document useful (0 votes)
31 views1 page

DFD

The document provides instructions for adding a web form to a project in Visual Studio, adding content to the web page, and double clicking a button to open the code file to write code for the button.

Uploaded by

Kaushal Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views1 page

DFD

The document provides instructions for adding a web form to a project in Visual Studio, adding content to the web page, and double clicking a button to open the code file to write code for the button.

Uploaded by

Kaushal Mishra
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

After project created click Solution Explorer than left click on the project
name and click ADD > Web form, name the webform than your .aspx file will be
created
2. After adding the content of you web page click Design “Below the left corner”
than double click the button it open you .aspx.cs if not right click on the Button
and click view code than write the code after that run the file.

You might also like