Statical Data in ASP.Net
-
Is there a way to create statical data, that is every time for alle sessions accesable? I tryed to create a static class, and i add an static field from type DataSet. Access form the pages works well und adding new rows also, but after an page reload (press an button or somethink) the dataset is empty. Is there a way to make code that is for all sessions every time accessable? or i have to do it per remoting?
-
Is there a way to create statical data, that is every time for alle sessions accesable? I tryed to create a static class, and i add an static field from type DataSet. Access form the pages works well und adding new rows also, but after an page reload (press an button or somethink) the dataset is empty. Is there a way to make code that is for all sessions every time accessable? or i have to do it per remoting?