开发者

AJAX without UpdatePanel?

开发者 https://www.devze.com 2022-12-28 07:03 出处:网络
Say you have a Grid which is having paging, editing and extra, I usually put the whole grid in UpdatePanel to make开发者_开发技巧 the page partially render with AJAX, but I hear that u can do AJAX wit

Say you have a Grid which is having paging, editing and extra, I usually put the whole grid in UpdatePanel to make开发者_开发技巧 the page partially render with AJAX, but I hear that u can do AJAX without UpdatePanel, how is that?

Thanks


How about something like

ScottGu's Blog : Tip/Trick: Cool UI Templating Technique to use with ASP.NET AJAX for non-UpdatePanel scenarios

Using Ajax, Beyond UpdatePanel

0

精彩评论

暂无评论...
验证码 换一张
取 消