|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Dictionary objects?I'm somewhat new to .Net. I have a dictionary object that I've been putting
keys and values into. Is there a way to keep this around after a postback, and if so, can someone point me to some code that does it. Hi,
Store it in session state To store it Session("MyDictionary")=MyDictionary To retrieve it if not Session("MyDictionary") is nothing then Mydictionary=session("MyDictionary") else ' your code goes here end if Ken ---------------------- Show quoteHide quote "HockeyFan" <Hockey***@discussions.microsoft.com> wrote in message news:83293FCB-3C08-41D6-A45F-F0D85721BB00@microsoft.com... > I'm somewhat new to .Net. I have a dictionary object that I've been > putting > keys and values into. Is there a way to keep this around after a > postback, > and if so, can someone point me to some code that does it. >
VB Code question
At least one object must implement IComparable How to create multiple threads? Parsing Files with Regular Expressions Suppressing redraw of PictureBox after moving? Dynamically adding in User Controls Using ListView's VirtualMode inverse color DataGridTableStyle Updating DataTable bound to a DataGridView |
|||||||||||||||||||||||