Compare DropDownlists in GridView
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I have a gridview on the page. And a dropDownList in all the gridview rows. But, the condition is,the user should not be allowed to select the same value in 2 dropdownlists in the gridview. Do anybody have any suggestion on how can I achieve this validation, using client side validation. Thanks.