Showing posts with label ajax. Show all posts
Showing posts with label ajax. Show all posts

Monday, 8 October 2007

ScottGu on templating, and using AJAX without UpdatePanels

Had to bookmark this older post from ScottGu: 

Tip/Trick: Cool UI Templating Technique to use with ASP.NET AJAX for non-UpdatePanel scenarios - ScottGu's Blog

Scott first runs through letting the AJAX ScriptManager control generate JavaScript proxies for accessing server side code asynchronously. I didn't realise that it was quite that easy!

The rest of the post covers a way of using this feature to render templates to pages. By using ASCX controls as templates this gives you an interesting way to separate controller and view code.

Wednesday, 24 January 2007

ASP.NET AJAX 1.0 released

Just wanted to join in with the other million people that posted this today: ASP.NET AJAX 1.0 has been released.

Scott Guthrie has a really good summary of the release and is worth a read.

Thursday, 18 January 2007

Writing MS AJAX compatible custom controls

Eilon Lipton has a great post on how to write controls compatible with UpdatePanel without linking to the ASP.NET AJAX DLL (and repost on his own blog, in case it drops off the forums).

Friday, 15 December 2006

ASP.NET AJAX RC1 released

Announcement by Brian Goldfarb. Download here. Looks like I no longer have to live in fear of more CTP > Beta 1 > Beta 2 changes, as everything should be fairly stable from here until release.

Wednesday, 13 December 2006

ASP.NET AJAX Beta 2: Changes from CTP

A overview of the changes between ASP.NET AJAX ("Atlas") CTP and Beta 2 (and ultimately RTM) has been posted. Of particular interest are the changes to the UpdatePanel control and to the client API, and significant bug fixes like validators now working properly. Of academic interest is the change from closures to prototypes for objects defined in the client libraries.