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 |
How does one call a javascript function from the ajax code?
What are the new features of asp.net ajax 4.0? : asp.net ajax
How do I handle the back and forward buttons?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
How do we handle concurrent ajax requests?
Which is the purpose for using the scriptmanager?
How do we get the xmlhttprequest object?
What are the extender controls? : asp.net ajax
What is asp.net 2.0 ajax?
What will happen with click of browser "back" button among asynchronous requests?
Should I use an http get or post for my ajax calls?
What is prerequisite for Update Panel in Ajax?