Using Ajax Cascading dropdown with sql stored procedures
-
Im creating an asp.net website and i'd like to know if it is possible to use an ajax cascading dropdown with sql stored procedures instead of an xml with webservice if it possible please point me to the right direction
what u want to do exactly? if u wish to bind the dropdown you can bind it with help of Store proc. or else explain in detail your requirement.
Regards Keyur Satyadev
-
what u want to do exactly? if u wish to bind the dropdown you can bind it with help of Store proc. or else explain in detail your requirement.
Regards Keyur Satyadev
When the user is interacting with the dropdown menu, i need information to come from the database into the dropdown menu using an sql stored procedure as if it was coming from an xml file and that dropdown control should select information from the database based on the user's choice.