--%>

Role of ScriptManagerProxy control?

Explain the role of ScriptManagerProxy control?

E

Expert

Verified

Web page cannot contain more than single ScriptManager control. We can use ScriptManagerProxy control to add scripts to another page; but to perform such operation; we need to work with the master page which contains a ScriptManager control. If we have only few pages which require registering to the script or the Web service, then we should eliminate these pages from a ScriptManager control and then add them as individual pages through the ScriptManagerProxy control. If we include scripts on a master page by ScriptManager control, then items get downloaded on every page which extends a master page, even if they are not needed.

   Related Questions in Programming Languages

  • Q : Bank accounts Assignment &Code in JAVA

    Java Assignment Scenario:  Bank accounts Data structures need to be modelled with UML then created in Java

  • Q : Define Statement Statement : The

    Statement: The fundamental building block of Java method. There are numerous different kinds of statement in Java, for example, the assignment statement, if statement, while loop and return statement.

  • Q : Explain Recursion Recursion : Recursion

    Recursion: Recursion outcomes from a method being invoked whenever an existing call to the similar method has not yet returned. For example:     public static void countDown(int n){  

  • Q : Define Loop variable Loop variable : A

    Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.

  • Q : Explain Window manager Window manager :

    Window manager: This is a window manager which provides a computer user with a virtual desktop having one or more windows and working regions in which individual programs might be run. Window managers permit the contents of a user's desktop to be arra

  • Q : What is High level programming language

    High level programming language: Languages like Ada, Java, C++, and so on which give programmers with features like control structures, classes, methods, packages, and so forth. Such features are mostly independent of any specific instruction set, and

  • Q : Updating the Status of an Order in SQL

    Build a procedure named STATUS_SHIP_SP which permits a company to employee in the Shipping Department to update the status of an order to add up shipping information. The BB_BASKETSTATUS table maintains a list of events for each order and hence a shopper can see the c

  • Q : Describe Locale Locale : The details

    Locale: The details which are dependent on conventions and customs approved by a specific country or culture. Within programs, this influences issues like number and date formatting, for example. Designers of classes must be sensitive to the locale-sp

  • Q : C-C++ interfaces into WLS JMS Normal 0

    Normal 0 false false

  • Q : Explain the reason to not carry on

    Explain the reason to not carry on extending HTML.