Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Link Button
Message
De
14/08/2003 15:40:02
Keith Payne
Technical Marketing Solutions
Floride, États-Unis
 
 
À
14/08/2003 11:36:51
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvanie, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00820167
Message ID:
00820306
Vues:
21
Why not open the Child form in a new browser window? They will both share the same session. To open in a new window, add the onclick attribute to the button that normally causes the redirection.
<asp:button id="myButton" .. onclick="window.open('myUrl.aspx')"/>
>Web Form: I have linkbuttons on my parent form to go to one of four child forms. I carry a few session variables to the child forms. On each child form, I am using another linkbutton to "Go Back to Main Page" which links back to my parent form. The IsPostBack property is false as I'm redirected to the parent form causing the form load() to fire again. I don't want the load() to fire because it resets all the controls. I want to carry the session variables, from the child form back to the parent form, to be displayed until the user clears the form. Please help! Hope this is clear enough.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform