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
AjaxWorld 2007 « SharpStyle Neutron said
[...] AjaxWorld — Doing AJAX with the Microsoft AJAX Development Platform by Joe Stagner [...]