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
Hello Jonathan,Please let me know if you have any further questions regarding this issue.
Hi - I tried and failed to get it working with the datatables I need as my datasource (as the data is being supplied by another class, I can't connect to SQL directly.
In the end I've given up on this idea :(