Problem of ViewState
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I want to store ViewStates ViewState.Default, ViewState.BrowserOnly, ViewState.AvatarOnly, ViewState.TextOnly in the variables. Eg. if(this.ViewState == ViewState.TextOnly) { ViewState V1 = ViewState.TextOnly; } But I am not able to find the namespace and assembly for 'ViewState' class. What to do in this case ?
#Abhi#