Rank: Member Groups: Member
Joined: 2/16/2011 Posts: 12 Points: 36
|
I am defining public static hashtable in the module.a few minutes later,it is destroyed.What should I do? When i try without cuyahoga,it does not happen like this.
|
Rank: Advanced Member Groups: Member
Joined: 6/22/2010 Posts: 33 Points: 99
|
If you define it inside the page it's only going to "live" as long as the page. Why not use NHibernate to save it and load it from the database as needed?
|