You have decided that in your ASP.NET page the ScriptManager and an Update panel is going to work just fine, but you want to add a little something special to this page, and you know jQuery could make this happen a lot easier. Here are some things that I have used to make this easier for me, and I hope it can help you.
Tip 1 - Using ScriptManager
Use ScriptManager to load your third party JavaScript libraries. This may sound funny but you also ...
[More]