I am having one doubt regarding the use of static variable in Asp.net pages.
I am having one page say UserDetails.aspx. In this page, I have one static variable to s
usually to do this a database is used
Data Table userId | UserViews
Also you can use static variable as u are saying in that case you have to store data in Application State, problem with that is, ur whole data will be resett whenever ur will re-start.