You recently deployed an ASP.NET web application. Although the application performs
Well on the intranet, mobile users complain that pages take too long to load.
You investigate the problem and determine that the size of the view state is very large,
Increasing page size. How can you solve the problem ?

 Posted by Rajkatie on 11/28/2012 | Category: ASP.NET Interview questions | Views: 5398 | Points: 40
Select from following answers:
  1. Create a custom PageAdapter class that uses SessionStatePersister and Disable view state.
  2. Create a custom PageAdapter class that uses control state.
  3. Use dynamic data controls.
  4. All Above

Show Correct Answer


Source: Microsoft Press | | Alert Moderator 

Comments or Responses

Login to post response