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 |
Is ajax just another name for xmlhttprequest?
Is json is a programming language?
what is meant by AJAX and its purpose?
How do I test my ajax code?
Should I use an http get or post for my ajax calls?
Brief about ajax?
When do I use a synchronous versus a asynchronous request?
What is the basic goals of AJAX ?
What are the different ways to pass parameters to the server? : asp.net ajax
How do I handle the back and forward buttons in ajax?
What browsers support ajax?
Describe how to handle concurrent ajax requests?