开发者

AJAX Cascading dropdown without updatepanel?

开发者 https://www.devze.com 2023-02-07 09:33 出处:网络
I want to make a cascading dropdown list without using an UpdatePanel. I need tips for starting out this task. Currently,

I want to make a cascading dropdown list without using an UpdatePanel. I need tips for starting out this task. Currently,

  1. I am using asp.net 2.0
  2. Will I be able to parse JSON in VSS 2005 if 开发者_开发百科I use JQuery ?
  3. What is the recommended alternate for UpdatePanel in Visual Studio 2005 ?


If you use web forms , an alternative way is to create PageMethods and call them from JavaScript and fill the select with jQuery.


I will recommend jquery.Create a webservice in your project and call the webservice from jquery and parse the json result on UI.

Check out this link.

If you have any doubt let me know.

0

精彩评论

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

关注公众号