How many types of triggers are present in update panel in ajax
How many types of triggers are present in update panel in ajax
There are two types of triggers used in update panel:
- PostBackTrigger
- AsyncPostBackTrigger
PostBackTrigger :
This works as full postback and it cannot work asynchronously
AsyncPostBackTrigger :
Partial post back asynchronously