Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Loading a webform from another webform


Message #1 by "Jorge Cavalheiro" <jmmc@d...> on Thu, 27 Feb 2003 12:14:37
Hello

I have a project with 2 webforms. WebForm1 loads normaly and has an 
asp:button1 that runs a stored procedure and i want to load webform2 from 
the Button1_Click event. How do i do this?

Is it possible to a forum search, i had to browse the last 2 month 
archives...

Kind Regards
Jorge Cavalheiro



Message #2 by "Peter Zahos" <Peter@i...> on Fri, 28 Feb 2003 08:35:10 +0800
Response.redirect
...and yep, you need to pass all the control values as parametes.



-----Original Message-----
From: Jorge Cavalheiro [mailto:jmmc@d...]
Sent: Thursday, February 27, 2003 8:15 PM
To: aspx_beginners
Subject: [aspx_beginners] Loading a webform from another webform


Hello

I have a project with 2 webforms. WebForm1 loads normaly and has an
asp:button1 that runs a stored procedure and i want to load webform2
from
the Button1_Click event. How do i do this?

Is it possible to a forum search, i had to browse the last 2 month
archives...

Kind Regards
Jorge Cavalheiro





  Return to Index