Explain UpdatePanel control

Briefly explain about the UpdatePanel control.

E

Expert

Verified

UpdatePanel control specifies portions of the Web page which can be updated together. UpdatePanel control refreshes only the selected part of a Web page instead of refreshing whole page with the postback, we get more flexibility to make rich and client-centric Web applications.

Refreshing the selected part of a Web page is referred as the partial-page update. We can add one or more UpdatePanel control in a Web page that automatically participates in the partial-page update without the custom client script. UpdatePanel control uses UpdatePanel class to support a partial-page rendering.

   Related Questions in Programming Languages

  • Q : What is Bridging method Bridging method

    Bridging method: A method which offers a bridge between methods of a class's public interface and its private implementation. Bridging methods will usually contain non-public visibility.

  • Q : Define the term Protected statement

    Define the term Protected statement: It is a statement within the try clause of the try statement.

  • Q : Explain Primitive Type Abstractions

    Primitive Type Abstractions: An effective way to reduce the state space of a program is to replace the primitive types with the corresponding abstractions that encapsulate all the possible operations that are performed on these types.

    Q : What is Static initializer Static

    Static initializer: An initializer prefixed with ‘static’ reserved word. The static initializer is stated outside the methods of its enclosing class, and might access only the static fields and methods of its enclosing class.

  • Q : State the term a markup language State

    State the term a markup language?

  • Q : What is Variable Variable : It is the

    Variable: It is the memory block of specific size where value can be stored and modified throughout program execution. Example: int x, float y, float amount, char c;

  • Q : What is MIME MIME : Multipurpose

    MIME: Multipurpose Internet Mail Extensions (abbreviated as MIME) are rules which make it possible to utilize electronic mail to send content other than the simple text.

  • Q : Define Byte Byte : In general

    Byte: In general computing, it refers to eight bits of data. In Java it is as well the name of one of the primitive data types, whose size is of eight bits.

  • Q : What is Class Selector in the CSS

    Explain what is meant by the Class Selector in the CSS?

  • Q : Reducing state space of code What is

    What is the way to reduce the state space of the code during model checking?

©TutorsGlobe All rights reserved 2022-2023.