Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Everyone,

I am using data list in that i used drop down list to bind data. If user select any value in drop down than this same value user should not be selected in next row. if user select same value than validation error show that "Must select unique value" .
Posted
Comments
VishwaKL 14-Aug-13 2:02am    
you can do this in code behind/ jquery. Hold the selected value and compare with each row. or remove the selected values for the list before binding to next drop down list

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900