Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to define global variables?
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00848129
Message ID:
00848982
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform