Hi ,
The above question is my problem,Can any one expalin what is viewsate and from your point with a nice and simple example. thanks
Hi ,
The above question is my problem,Can any one expalin what is viewsate and from your point with a nice and simple example. thanks
Understanding View State in ASP.NET sums it up quite well.
Edit: You can't retain a viewstate when you disable it. Alternatively, you could use Control State. More in-depth discussion can be found at Control State vs. View State Example and ControlState Property Demystified