我有2個下拉列表(ddl_customername
)和(ddl_customercode
)。Ajax在ASP.NET中的相互依賴下拉列表
我已經sqldatasource1 (select customername, customercode from tbl_customers)
我想這取決於使用AJAX其他的選擇項改變selecteditem
我dropdownlists
,
這個問題看起來很簡單,但我不能夠實現結構實現這一目標。我怎樣才能實現它?
我有2個下拉列表(ddl_customername
)和(ddl_customercode
)。Ajax在ASP.NET中的相互依賴下拉列表
我已經sqldatasource1 (select customername, customercode from tbl_customers)
我想這取決於使用AJAX其他的選擇項改變selecteditem
我dropdownlists
,
這個問題看起來很簡單,但我不能夠實現結構實現這一目標。我怎樣才能實現它?
http://ajax.net-tutorials.com/basics/introduction/
佔地2下拉列表與更新面板,並給予觸發器彼此解決問題。
爲您的ajax調用創建一個wcf服務。你可以用wcf和jquery獲得很多價值。
http://www.codeproject.com/Articles/128478/Consuming-WCF-REST-Services-Using-jQuery-AJAX-Call
你試過了什麼? RU尋找像這樣的smth:http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CascadingDropDown/CascadingDropDown.aspx – davee 2012-07-11 08:43:04
類似的,我已經檢查了一個,但我想學習Ajax,而不是修改另一件事,我想能夠做到我心中的想法。 – HOY 2012-07-11 08:46:39
發佈一些你已經試過的代碼 – akhil 2012-07-11 08:47:09