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

Chris Love's Official ASP.NET Blog

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


ASP Insider Follow Me On Twitter

Browse by Tags

All Tags » ASP.NET Ajax   (RSS)
Applauding Microsoft’s Shift to Improve jQuery!
One of the big announcement at MIX 10 besides the Windows Phone Development stuff was a new jQuery plugin to do data templating. This comes is some very welcome news for me. If you have followed me this year or caught one of my talks I have been spending Read More...
ASP.NET 3.5 Problem – Design - Solution
Last Summer, around August 2008, I started work on my latest book and spent the next 5 months working on updates to the Beer House application . WROX asked me to write the book and only had 2 requirements: 1) Use Entity Framework 2) Add more AJAX to the Read More...
Setting the Default Input Focus and Default Button with JQuery: Thin ASP.NET 5
Today I want to keep extending my series on Thin ASP.NET by adding some more user experience features, Default Focus and Default Button. Early in my windows experience (circa 1992) I learned a truth, that keyboarding through a form is so much faster than Read More...
The ASP.NET Diet Part 2 – Making a Thin Contact Form
Back in January I wrote about making a thin contact form in an effort to demonstrate how to make ASP.NET forms lighter and much more user responsive. The key to making the form more responsive was to avoid using the WebForm and UpdatePanel conventions. Read More...
Disabling a Web Page for a Long Running Operation
I was trolling the ASP.NET forums tonight and found a very good question from ctrlctrl, . He wanted to know how to ‘grey’ out the page while he was waiting on a long running process on the server. The answer is pretty simple, it involves a little AJAX Read More...
The ASP.NET Diet Part 1 – Making a Thin Contact Form
In my last post I waxed philosophically about the progression of ASP.NET . Today I want to start actually demonstrating how to take ASP.NET to the next level, at least in my opinion. The first thing I always add to a new web site is a contact form. Basically Read More...
Having Problems Registering Client Scripts with The ClientScript Object, Try the ScriptManager
This morning I was trolling the ASP.NET Forums and saw this question about registering the Virtual Earth control (it is really not a control, but that is not relevant to this post) and realized I had the same issue just the other day. The person posting 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 ASP.NET Ajax is here!
After all the demo code, broken tutorials, etc, ASP.NET Ajax is in version 1.0. I am actually working on a production implementation of the Modal Pop-Up fromthe ASP.NET AJAX toolkit today, so this was great timing for me. I will follow up with my experiences Read More...