Help me with web forms!
I'm just a newbie in programing asp.net in c#. My problem is I have to web forms in my project. How can i open the second web form? for example i click on a button on the first web form it will open the second web form.
Pls help me!
Andrei ArugayPosted Oct 28, 2004, 2:42 AM
fadil1977Posted Oct 27, 2004, 3:39 AM
Andrei ArugayPosted Oct 26, 2004, 11:54 PM
fadil1977Posted Oct 26, 2004, 9:18 AM
this.Server.Transfer("webform2.aspx");3) run your application and click on the button to go to the webform2.aspx page Note:- webform2 is the assumed name of the second page in your project I hope that helps