If what I understand about viewstate is correct I can define a gloabal variable in a class, then when I use that variable later in the same class it will be the same value. My concern is if it can be changed by another visitor to the webpage.
Go to the complete details ...