SharpStyle Labs

Creativity is coming up with new things. Innovation is doing new things. We make software that helps you do both.

  • Pages

  • a

  • Archives

AjaxWorld — "Doing AJAX with the Microsoft AJAX Development Platform" by Joe Stagner

Posted by sharpstyle on March 22, 2007

www.JoeOn.net – Joe’s blog

www.CodePlex.com — a lot of additions that didn’t make it into Ajax.Net

Notes:

  • Very quickly went through “marketing material” and jumped into actually code.
  • Demos were pretty simple, but a few items were interesting.
    • Be careful where you put your ajax updates: Page_Load causes full postback and page lifecycle
    • Joe demonstrated 2 ways to “ajax” your app:
      • “codeless approach” — using updatepannel and letting framework take care of partial page updates
      • approach favored by Joe: expose web service, mark it as accessible by Ajax which will tell framework to output needed JavaScript and then call that JavaScript from your own JavaScript code.

~Mike

One Response to “AjaxWorld — "Doing AJAX with the Microsoft AJAX Development Platform" by Joe Stagner”

  1. [...] AjaxWorld — Doing AJAX with the Microsoft AJAX Development Platform by Joe Stagner [...]

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>