AsyncPostBackTrigger & PostBackTrigger - Definition,Features - ASP.NET AJAX
Q. The UpdatePanel supports two types of triggers: AsyncPostBackTrigger and PostBackTrigger. Choose the correct option regarding working of these triggers.- Published on 28 Jul 15a. AsyncPostBackTrigger causes an asynchronous (Ajax) postback.
b. PostBackTrigger causes a normal entire-page postback.
c. AsyncPostBackTrigger causes a normal entire-page postback.
d. Option A and B are Correct.
ANSWER: Option A and B are Correct.