Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
405
Multiple Cascading. One WebDropDown to many WebDropDowns
posted

OK, I have this scenario. I have a set of custom WDDs in an ASCX control and what I want to accomplish is to asynchronously update any of them every time I make a selection in any of them. Global variables representing the selected value of each WDD are updated in a datalayer class and are used to filter the queries that populates the WDDs. So, in theory I would just need for a WDD to clear its items, reattach the datasource and call for a databind. However, I do not know how to do this from the client side. According to this article:(http://help.infragistics.com/NetAdvantage/ASPNET/Current/CLR4.0/?target=Web_WebDropDown.html) I should call loaditems from client side. But, it is very slow and even if the datatable gets updated with the new results it is not reflected client side. I am thinking in just placing a traditional updatepanel and put all the WDDs inside. Any other idea?

Thanks!

 

Parents
No Data
Reply Children
No Data