1.

How Many Types Of Triggers Are Present In Update Panel?

Answer»

There are two types of triggers used in UPDATE panel:
POSTBACKTRIGGER – This works as full postback and it cannot work asynchronously
AsyncPostBackTriggerPARTIAL post BACK asynchronously

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



Discussion

No Comment Found