Hello all.
I've been reading on the net about the use of classes in web pages but the information gets erased on every page trip to the server.
Then I was reading a book on C# and it used a class with Shared functions and variables.
If I have a web application in asp.net and I reference a class with Shared variables and functions, will I run into any problems with multi users?
If so then how else is it done? I wanted to store all of my variables in a class the same as I do with an exe.
Public Shard Function xyz()
Any info would be great. I don't want to do all this work then have to rewrite it.
I've been reading on the net about the use of classes in web pages but the information gets erased on every page trip to the server.
Then I was reading a book on C# and it used a class with Shared functions and variables.
If I have a web application in asp.net and I reference a class with Shared variables and functions, will I run into any problems with multi users?
If so then how else is it done? I wanted to store all of my variables in a class the same as I do with an exe.
Public Shard Function xyz()
Any info would be great. I don't want to do all this work then have to rewrite it.