Making it happen
ASP.NET Ajax
Played with it a bit few days ago and it’s awesome! All you have to do is drop an asp:UpdatePanel control on the page and then move controls that require postback (like a datagrid) into the panel. That’s it – it takes care of routing the full-page postbacks via XMLHttpRequest and quietly updating the page with the result. Highly recommended!
| Print article | This entry was posted by andrei on March 21, 2007 at 3:15 pm, and is filed under Uncategorized. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
