Posted by elberon5
Mon, 05 Feb 2007 16:50:00 GMT
If you haven't checked out the asp.net Ajax UpdateProgress control yet, do it!
Here's a tutorial on getting them to work with your update panels.
My favorite image generator for em:
http://www.ajaxload.info/
Posted in Asp.Net, Ajax | no comments
Posted by elberon5
Sat, 03 Feb 2007 00:47:00 GMT
If you aren't using Atlas yet or have been holding off on getting it installed for your 2.0 projects. Don't wait anymore! I spent less than 30 minutes getting up and running, creating a project and using one of the controls.
This will guide you through installing in it. (11 minutes)
http://www.asp.net/learn/videos/view.aspx?tabid=63&id=75
This will teach you how to add a few lines to your existing asp.net 2.0 project's web.config to take advantage atlas.
http://www.asp.net/learn/videos/view.aspx?tabid=63&id=81
This is where you can get links to everything else.
http://ajax.asp.net/documentation/default.aspx?tabid=47
Now they don't take you through how to enable async postbacks in your codebehind like you would want to do if you were doing your own ajax stuff. You don't have to even use the ICallbackEventHandler. I've been playing around with the update panel which is flat out awesome. Well almost, until you realize it destroys the history, but there's an ajax history control out there you can use to add history items, unfortunately its not automatic.
Posted in Asp.Net, Ajax | no comments