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.
Write three general properties of every validation controls?
Explain what would you do to get rid of Microsoft visual basic name space?
How one can retrieve the customized properties of the .NET application from a XML .config file?
Describe the features of Chart control.
Illustrate the advantages of ASP.Net?
What do you mean by the term base class of .net?
What is meant by the term Assembly?
Illustrate four common properties of all validation controls?
State the naming conventions essential for XML elements tags?
Why the UpdateProgress control is used in the AJAX?
18,76,764
1961091 Asked
3,689
Active Tutors
1430211
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!