Does anybody know of a good "internals" walk through of ASP.NET's Ajax implementation?
I'm thinking about using it on a project I'm about to start, but I like understanding exactly how everything works before committing to using it.
I've tried disecting the javascript generated by the ScriptManager, but honestly it's a bit hard to follow. For instance, how does a GridView's __DoPostBack call get intercepted by the Ajax framework and redirect to making an XmlHttp request? Furthermore, does placing the GridView in the UpdatePanel cause ASP.NET to generate additional methods on the page class to get the HTML output of just that control?
I'd love to see a basic walk through some place that answers questions like these.
If one doesn't exist, I guess I'll volunteer to research it and write one myself... but if somebody could save me the trouble, that would be great. :)hello.
you should look at the installation folder. there you'll find the client files used by atlas (the debug versions are formatted correctly and shouldn't be too hard to folloow)
Great tip, thanks.
No comments:
Post a Comment