标签: asp.net ajax json updatepanel
我对设计决定有所了解
我有一个aspx webform,有两个下拉列表
其中一个设置为autopostback,以便在第二个下拉列表中生成值。
我的讲师告诉我,我可以使用json和ajax来改善回发。
然而,我在网上搜索并遇到了asp updatepanel函数。
我想问一下,两者的作用是否相同?如果我必须使用带有ajax的json,我是否必须使用传统的html而不是带有asp控件的html来编写页面?
这两个人的利弊是什么?
谢谢,
WuSen
答案 0 :(得分:1)
请参阅此链接What are the advantages of jQuery Ajax vs UpdatePanel,您甚至可以在http://codingstill.com/2012/02/asp-net-and-ajax-all-about-update-panels-web-methods-page-methods-and-jquery/