I have an UpdateProgress in my ASP.NET Project. This UpdateProgress needs to have the dynamic height of the content within UpdatePanel. I tried doing this with JQuery script so it gives also the right height to the UpdateProgress, but the script doesn’t execute on each UpdatePanel trigger.
What is not clear for me:
On each UpdatePanel trigger, are the scripts in the head of html executed everytime? Because my script for equal height is set there and it executes only ones when I open the website.
Thanks
I found a solution for this. The following must be in the Page_Load method to let the equalHeight JQuery method be executed each time the updatepanel trigger button is clicked.
Here some explanation:
http://msdn.microsoft.com/en-us/library/system.web.ui.scriptmanager.registerstartupscript.aspx