Async Postback Not Working
I'm using this gauge in my contentplaceholder. http://www.dariancabot.com/projects/jgauge_wip/ MyControl.ascx:
The other issue is that naming the method EndRequestHandler
is guaranteed to cause problems if you have more than one of the control at the same time. To get around this, I appended <%=this.ClientID%>_ctl
to the name of EndRequestHandler
to ensure it was unique.
More info:
How do I use a jQuery $(document).ready and an ASP.NET UpdatePanel together?
http://encosia.com/document-ready-and-pageload-are-not-the-same/
Post a Comment for "Async Postback Not Working"