If a cell value is duplicated in any of the other column cells, pop up an error.
            Asked
            
        
        
            Active
            
        
            Viewed 165 times
        
    0
            
            
        - 
                    What do you mean by this no proper data please update the question with more input – Developer Mar 18 '11 at 11:23
 
1 Answers
0
            
            
        MSDN has some examples of how to validate the gridview cell values, but instead of checking for an empty value, iterate through the other cells, and assert when your comparison is true. There are many other gridview examples too.