Is there a way to check if gridview column has the same value? Take for example, if column Lastname is having 1 in all rows Label1.Text = "Good" but if column Lastname is having both 0 and 1 or 0 all through in all rows Lable1.Text="Bad"
Can it be done?