You creat a Web site that stores user's active themes in user profile objects. You need to apply user's preferred themes when they log on to the Web site. What should you do?

 Posted by Virendradugar on 9/18/2009 | Category: ASP.NET Interview questions | Views: 10768
Select from following answers:
  1. In the InitComplete event handler. set the Theme property of the Page object based on the user profile.
  2. In the PreLoad event handeler, set the Theme property of the Page object based on the user profile.
  3. In the OnLoad event handeler, set the Theme property of the Page object based on the user profile.
  4. In the PreInit event handeler, set the Theme property of the Page object based on the user profile.
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response