Answered by:
How to create static list type view state?

Question
-
Hi!
i want to create a static List type view state in asp.net c# for below type of list?
static List<KeyValuePair<string, int>> istrStartDate = new List<KeyValuePair<string, int>>();
- Moved by Kristin Xie Friday, October 17, 2014 8:53 AM
Thursday, October 16, 2014 5:57 AM
Answers
-
You can find your answer on this link http://msdn.microsoft.com/en-us/library/98f28cdx(v=vs.110).aspxThursday, October 16, 2014 6:41 AM
-
Use session variable http://msdn.microsoft.com/en-us/library/vstudio/ms178581(v=vs.100).aspx
This is a better practice.
chanmm
chanmm
Thursday, October 16, 2014 6:59 AM -
Please post it in the dedicated ASP.Net Forum http://forums.asp.net for more efficient responses.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Friday, October 17, 2014 8:53 AM
All replies
-
You can find your answer on this link http://msdn.microsoft.com/en-us/library/98f28cdx(v=vs.110).aspxThursday, October 16, 2014 6:41 AM
-
Use session variable http://msdn.microsoft.com/en-us/library/vstudio/ms178581(v=vs.100).aspx
This is a better practice.
chanmm
chanmm
Thursday, October 16, 2014 6:59 AM -
Please post it in the dedicated ASP.Net Forum http://forums.asp.net for more efficient responses.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Friday, October 17, 2014 8:53 AM