|
How to trigger a complete postback from the button inside the UpdatePanel?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET ASP.NET-AJAX
To completely postback the page (complete page refresh) to the server on click of the button that is
inside the UpdatePanel, we can use this approach.
|