Select from following answers:- In the InitComplete event handler. set the Theme property of the Page object based on the user profile.
- In the PreLoad event handeler, set the Theme property of the Page object based on the user profile.
- In the OnLoad event handeler, set the Theme property of the Page object based on the user profile.
- In the PreInit event handeler, set the Theme property of the Page object based on the user profile.
- All Above
Because the PreInit is the event where all control intializes, so this is the best place to set the UI of controls.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator