Browse by Tags

All Tags » JavaScript (RSS)
If you upgrade from Microsoft ASP.NET AJAX Extensions 1.0 to 3.5, and you have a TabContainer inside an update panel, like this: < asp : UpdatePanel ID = "UpdatePanel1" runat = "server" > < ContentTemplate > < act : TabContainer runat ...
This question comes up from time to time , to time . If you understand how redirects work, then you also know it is "not possible" to redirect into a new window, because a redirect on the server causes a special HTTP response to be sent to the users browser...
Posted by InfinitiesLoop | 36 comment(s)
Filed under: , ,
When you wrap content with an UpdatePanel, it pretty much takes care of everything for you. But it can't do absolutely everything... Take for example some inline script: < p > Some html before the script </ p > < script type = "text/javascript...
All about the little-known LoadScriptsBeforeUI setting on the ASP.NET AJAX ScriptManager control, and how it can be used to increase your page load time.
One cause of the "Operation Aborted" error in Internet Explorer
Posted by InfinitiesLoop | 40 comment(s)
Filed under: , ,
More Posts