Quote:
Originally Posted by yevi
So if I won't disable viewstate I can remove the control state functionality, right?
|
No. As I said, since the release of 2.0, user controls use Control state, not Viewstate. If you need to preserve state in a user control, you need to use Control state. Viewstate being enabled or disabled has no effect on Control state.
[/quote]