Postback and synchronous postback
Specify difference between the asynchronous postback and the synchronous postback?
Expert
Difference between the asynchronous and synchronous postback is as follows:
a) Asynchronous postback renders only essential part of the page; on the other hand, synchronous postback renders entire page for any postback.
b) Asynchronous postback implements only one postback at a time, which means, if you have two buttons which are doing asynchronous postback, actions may be performed one by one; while, synchronous postback implements all the actions at once.
c) Asynchronous postback only revises update panel which raises the postback; while, synchronous postback alters the entire page.
What is the role of the DynamicPopulateExtender control?
How we can decide whether we should deploy application or publish application?
Define the term “Array”.
Explain the function of a CustomValidator control?
What is the function of Orientation property in a Menu control?
Briefly describe about keywords also give example.
Distinguish among Compiler and Interpreter?
Is it a good practice to practise handle the exceptions in code?
Specify the function of the “SizeMode” property of the PictureBox control?
Describe the role of new keyword in brief.
18,76,764
1929900 Asked
3,689
Active Tutors
1435853
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!