Cool AJAX UI Templating Trick with ASP.NET

Monday, October 23, 2006 2:00 PM

Posted by Jonathan Danylko | Tag: AJAX | Comments: 0 | View blog reactions

Here's a cool way to update non-update panel scenarios with AJAX in ASP.NET

Since Atlas (Microsoft's AJAX implementation) has been released as beta, Scott Guthrie has posted an excellent technique on his blog about how to call the server using AJAX, return a web user control for the UI to render, and update a non-updatable panel.

His method uses a simple web service and he describes that this technique reduces code to about ~20 lines of code. He is basically moving the Web User Controls out of the UI and into the server. The web control's string is passed back to the client.

Ajaxian.com has some updated news about the beta release of Atlas.

Technorati Tags: , , , ,

RSS LogoLike this article? Link to the RSS feeds to always get the latest posts.
What is RSS?

Related Articles:


Chatterbox - 0 Comments

 

Posting anonymous comments requires approval
and will not appear immediately.

Please Register or Login to post a comment.

 Post a Comment