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
1060
Multiple WebDropDown on page with exact same datasource
posted

Hi - say I have 10 WebDropDowns on a page all bound to the same DataTable with LoadOnDemand=True, once I select an item in 1 combo then the others are restricted to that item also.

As the datatable may be large (up to 7000 rows - which is why I'm using load on demand!) I don't want to have to duplicate the entire table 'x' times (one for each webdropdown).

Is there something I can tweak?

cheers,

Jonathan