Browse by Tags

All Tags » AJAX (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 ...
Still relatively unknown, ASP.NET Futures is a nice little add-on to ASP.NET and ASP.NET AJAX that contains some features we want public feedback on. It's a playground in which technology gets to frolic in front of the public's (your) eyes. So why not...
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...
I've seen this problem a few times now, from a few different developers... including myself. I figure it must have plagued someone else out there too, so hopefully if you read this, if you ever encounter this problem, it wont cost you hours. It's a hell...
Posted by InfinitiesLoop | 13 comment(s)
Filed under: , , ,
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.
Why you are probably not using AutoCompleteExtender correctly.
Posted by InfinitiesLoop | 26 comment(s)
Filed under: , , , ,
How to work with ADO.NET objects returned from WebServices in ASP.NET AJAX.
Posted by InfinitiesLoop | 9 comment(s)
Filed under: , , ,
The release of the AJAX RC today is going to get plenty of press coverage. I thought I'd shine the light a little bit on the lesser known Futures CTP, which has also been released today :) Download it here . Note that although the RC's namespace...
Posted by InfinitiesLoop | with no comments
Filed under: , ,
Enable the AutoCompleteExtender to work without needing a webservice!
Posted by InfinitiesLoop | 74 comment(s)
Filed under: , , ,
One cause of the "Operation Aborted" error in Internet Explorer
Posted by InfinitiesLoop | 40 comment(s)
Filed under: , ,
More Posts