Programming Languages
AJAX
Subjective
Apr 03, 2013
How to make sure that contents of an UpdatePanel update only when a partial postback takes place (and not on a full postback)?
Detailed Explanation
Make use of ScriptManager.IsInAsyncPostBack property (returns a boolean value)
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts