--%>

Asynchronous and synchronous postback

Differeniate asynchronous postback and synchronous postback?

E

Expert

Verified

The difference between asynchronous and synchronous postback are as follows:

Asynchronous postback implements only single postback at a time, i.e., if we have two buttons performing asynchronous postback, actions will be executed one by one; while synchronous postback performs all actions at once.

Asynchronous postback only alters the update panel which raises postback; while, synchronous postback alter the whole page.

Asynchronous postback renders only necessary part of a page; while, synchronous postback renders the whole page for any postback.

   Related Questions in Programming Languages

  • Q : What is Lexicographic ordering

    Lexicographic ordering: It is the ordering of words as they would be easily found in a dictionary. It must be noted that dissimilar locales order identical looking words according to their own conventions - this exerts, in specific, to accented charac

  • Q : Define Java 2 SDK Java 2 SDK : It is a

    Java 2 SDK: It is a particular implementation of the abstract functionality explained in Sun's specification of Java 2 Platform.

  • Q : Define Binary search Binary search :

    Binary search: This is a search of sorted data, in which the middle place is examined first. The search continues with either the right or the left part of the data, therefore removing half the remaining search space. This procedure is repeated at eac

  • Q : Reducing state space of code What is

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

  • Q : Function overloading in C plus Function

    Function overloading in C++: The function name containing numerous definitions which are differentiable by the number or kinds of their arguments is termed as function overloading.

  • Q : Define Micro-Controller Define

    Define Micro-Controller.

  • Q : Explain Java PathFinder Java

    Java PathFinder: Java PathFinder (JPF) is a model checker that has been developed as a verification and testing environment for Java programs (Figure shown below). It is available as open source at SourceForge.net (JPF website). It consists of a custo

  • Q : What is Single inheritance Single

    Single inheritance: In Java, a class might not extend more than one class. It means that Java has a single inheritance model for the class inheritance.

  • Q : Explain the good example of XHTML

    Explain the good example of XHTML element opening tags.

  • Q : Explain Timesharing system Timesharing

    Timesharing system: It is an operating system which shares processor time among multiple processes by assigning each a time slice. Once a process's time slice has finished or expired, the other procedure is given a possibility to run.