Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to define global variables?
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00848129
Message ID:
00848982
Vues:
17
>To save something to session state you would do the following in VB.NET
>
>
>Session("OrderDataSet") = dsOrder
>
>
>To get at the value, you need to cast the object back to the original type
>
>
>Dim dsOrders As DataSet = CType(Session("OrderDataSet"), DataSet)
>
Thanks, I'll use this approach when I'll need to use session state.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform