I have Cascading Dropdowns, populated via jquery ajax. Follow the link to get the sample code开发者_StackOverflow社区
Having a problem with dynamically populated select boxes using jQuery. Basically, my code calls a php script which populates the select box (utilityMainChart). Let\'s say it brings back two options f
New to posting here, but I\'ve read a lot of the other threads & found great answers in the past!I\'m hoping someone knows why this may be happening...On my DDL the server side SelectedIndexChange
I\'m trying to implement dependable selects with jQuery. Let\'s say I have this scenario: The user can choose several items, every select is for one item. The items are unique - the user can only cho
I need a form with cascading select boxes where the option selected in one affects the options contained in the other. Does anoyone have a sample code that implements this? Is开发者_C百科 it just a ma
I tried to use CascadingDropDown control开发者_如何学C on a sharepoint visual webpart including the project as a web service. Of course it didn´t work as i expected. Has anyone used this control in a
I have have 2 DropDownList controls with CascadingDropDown I need set data to the first dropdownlist on server side
I have two chained CascadingDropDowns. Both are working fine. The thing is that in the underlying web methods which are supplying values for DropDwonList I need read one additional parameter. This par
A form contains 2 cascading dropdowns. When an item is selected in the first dropdown, jQuery retrieves a list (json) from the server and fills the 2nd dropdown.
I am trying to populate 3 dropdown lists with using CascadingDropDown.DDLs shows make, model and color of a car respectively. Data resides in a .xml file.