ValidationSummary control at the top of the Web page - Validation Control and Web page navigation

Q.  A Master Page contains a ScriptManager control and a user wants the AJAX functionality on content page then which control is necessary on content page?
- Published on 27 Jul 15

a. AsyncPostBackTrigger
b. ScriptManager
c. ScriptManagerProxy
d. None of the above.

ANSWER: ScriptManagerProxy
 

    Discussion

  • Brijesh   -Posted on 04 Nov 15
    According to given scenario, user should use ScriptManagerProxy control.

    If any user is using ScriptManagerProxy control on content page, then content page will pass the references to the ScriptManager control placed on its ASP.NET master page.
    It allows content page to define its own AJAX behavior and can add the script and service collections defined by the ScriptManager control.
  • Shiva   -Posted on 21 Sep 15
    ScriptManagerProxy control is used by content pages that use a master page and it should already has defines a ScriptManager control. It is also used while you are using custom control.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)