Select from following answers:- Create a custom PageAdapter class that uses SessionStatePersister and Disable view state.

- Create a custom PageAdapter class that uses control state.
- Use dynamic data controls.
- All Above
SessionStatePagePersister stores view state data within the session on the server instead of using hidden fields that must be sent back and forth between the client and server. SessionStatePagePersister can be problematic in some applications,but if users open only one page at a time, it can work properly.
Disabling view state would completely remove the hidden fields that increase page size. However, it might prevent the application from working properly. Additionally, disabling view state does not disable control state.
Show Correct Answer
Source: Microsoft Press | |
Alert Moderator