Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with generic
Message
 
 
To
17/07/2007 19:09:55
Victor Acosta
Independent Programmer.
San José, Costa Rica
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01241343
Message ID:
01241498
Views:
24
>Session[“mycollection”]= myregioncollection;

>NOW I am in other web form and I NEED to recover the object saved in session >like this;

>? Mylocalcollection;
>Mylocalcollection = Session[“mycollection”];

>?= the type I don’t know.
Would it work if you cast to the common interface implemented by your collections (ICollection)?
Previous
Reply
Map
View

Click here to load this message in the networking platform