Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with generic
Message
 
À
17/07/2007 19:09:55
Victor Acosta
Independent Programmer.
San José, Costa Rica
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01241343
Message ID:
01241498
Vues:
27
>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)?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform