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.
Which method is used in .NET to enforce garbage collection?
Explain the several methods required by the DataSet object for generating the XML?
Describe the role of the JIT compiler in .NET Framework?
List some differences between the CheckBox control and a RadioButton control?
Give the basic syntax of LINQ query in Visual Basic as well as in C#.
Write the syntax of the while loop in the C# program.
Explain about the Native Image Generator?
Illustrate the terms Response dot Redirect as well as Server dot Transfer?
Explain the working of Cookies. And also give the example of the Cookie abuse?
Explain about the UpdatePanel control.
18,76,764
1927581 Asked
3,689
Active Tutors
1440666
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!