seiamerica
Technical User
I have 10 dropdownlist box with 10 options in each list. I should not be able to select the same option for tow boxes. ex if I select 1 in ddl1 I should not be able to select 1 in any of the remaining dropdownlist boxes. I wrote a funcitn to do this but very lenthy. So I want any suggstions if this can be achieved simply with compare validator in asp.net. Any help is greately appreciated.