Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with session Variables
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Formulaires Web
Titre:
Problems with session Variables
Divers
Thread ID:
01163851
Message ID:
01163851
Vues:
47
Hi.
I hve two forms, Form1 and Form2
On a Link Button on Form1 I have:
Session["sesCompany"] = "Green";

On Form2, I just have one TextBox (TextBox1) and on Load of the form I Have:
string MyText = (String)(Session["sesCompan"]);
TextBox1.text = MyText;

But nothing is appearing on the textbox when the form displays !!

Anybody have any ideas on whats happenong.
regards,
Gerard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform