Video: Using JavaScript to Refresh an ASP.NET AJAX UpdatePanel

In this video we learn two different ways of using JavaScript logic to refresh the content of an ASP.NET AJAX UpdatePanel control. The first way is to add a Button-type server control to the UpdatePanel and use JavaScript to trigger an asynchronous postback and ‘pretend’ that the postback was caused by the server control inside the UpdatePanel. The second way does not require any Button-type server control to be added to the UpdatePanel, but still allows us to use JavaScript logic to refresh the content of the UpdatePanel.



Read More:
Video: Using JavaScript to Refresh an ASP.NET AJAX UpdatePanel

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment