Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Server.Execute - how to get back to calling form
Message
From
16/10/2003 02:38:47
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Server.Execute - how to get back to calling form
Miscellaneous
Thread ID:
00839135
Message ID:
00839135
Views:
98
I am wrting a web application using vb code behind.

I have a utility form (it a data Mover type utility) that I need to call from my main data entry web form.
My current understanding is that when I call my mover form I will lose my existing form so I will have to save all my text boxes out to session.

The Server.Execute method allows the current ASPX page to execute a specified ASPX page on the same web server. After the specified ASPX page is executed, the control transfers back to the original page from which the Server.Execute method was called.

This would be very useful way for my mover form to work since it would avoid me having to do a large save to session prior to launching my mover form.

However my first attempt to get this working just overlayed the controls from my mover form onto my display form instead of first clearing my form. This was not the desired effect.
In Addition I can not find out how to make my main display form regain its normal appearence.

What am I doing wrong in all this.
Next
Reply
Map
View

Click here to load this message in the networking platform