How many types of triggers are present in update panel?
Answer / v madhu babu
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
Is This Answer Correct ? | 0 Yes | 0 No |
What does the dynamicpopulateextender control do? : asp.net ajax
What is an ajax request and what is a simple example of where a ajax request would be used?
Which request is better, Get or Post?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
What are the extender controls?
Is ajax considered a programming language?
What are all the different data types that JSON supports?
How Ajax objects can be created?
How does one call a javascript function from the ajax code?
When should I use a java applet instead of ajax?
What is the predominant distinction between javascript and j-query?
Do we have to use http get/post for the ajax calls?