How to use Varibles in code behind for C# web
I want to know whether to use static variables in C# website where multiple user access the website across same page.
Or to use view state/hidden field
or to use properties
Or to use simple variables
Which is most preferable and standard way to use ?
Thanks in advance.........