Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Server.Execute - how to get back to calling form
Message
De
16/10/2003 02:38:47
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Server.Execute - how to get back to calling form
Divers
Thread ID:
00839135
Message ID:
00839135
Vues:
97
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform