Welcome to Professional ASP.NET - Chris Love's Official Blog Sign in | Join | Help

Chris Love's Official Blog - Professional ASP.NET

Chris Love's Helpful tips, tricks and pragmatic development knowledge for the ASP.NET world.
Add to Technorati Favorites



Browse by Tags

All Tags » AJAX   (RSS)
‘ScriptManager’ is ambiguous in the namespace ‘System.Web.UI’
I suddenly found myself getting this error the first time I tried to run a freshly minted ASP.NET 3.5 web site with the ScriptManager in place on the Master Pages. I did a quick search, but only found some references from the time before 3.5, and they Read More...
Using Custom Script Files with ASP.NET AJAX
I am slowly but surely started to really get the hang of this AJAX stuff, especially with the ASP.NET AJAX framework. I have been having an issue with some basic existing JavaScript working with the framework though. Finally I broke down and read the Read More...
Finally It Is on the Way! ASP.NET 2.0 Your Visual Blueprint
So after a long period of writing and researching I have finally submitted the last content to Wiley for the upcoming ASP.NET 2.0 Visual Blueprint book. I think they have it slated for a December release date. This has been a very long and trying process. Read More...
The New MSDN Web Site
I use the MSDN web site all the time to look up information. In fact I generally do not install a local version of the Visual Studio or .NET help files because I tend to be online 99% of the time and the MSDN site is always current. Recently they did Read More...
What is really AJAX?
A little upfront disclaimer, this is an opinionated rant. The ASP.NET Ajax framework and Control Toolkit were officially released last week. I am actually starting to get a little excited with the ability to easily do prudent real-time interactions back Read More...
ASP.NET AJAX 1.0 RC is Available
ASP.NET AJAX 1.0 RC is now Available. The updates on the ASP.NET Ajax framework seem to be happening faster than a complete page refresh these days! I barely got to use the last release and yet another one is available. I should have some time to work Read More...
New ASP.NET Ajax Beta Released
That was fast, I think I remember just the other day announcing Beta 1 was available. Well Now ASP.NET AJAX Beta 2 is available for your developing pleasure. Beta 2 includes several improvements over the first Beta release, including adding the UpdateProgress Read More...
ASP.NET AJAX Framework Beta Release
Microsoft just released the ASP.NET AJAX Framework Beta, go check it out! Read More...
AJAX Progress Bar
Now this is what I am talking about, a great use of AJAX with a progress bar. I found it on ScottGu's blog. He even has some visuals on his site. The controls are part of the Atlas Toolkit. I seriously hope I have some weekend time to play with these controls. Read More...