Hi @Andrea,
Thank you for replying
here i'm not going to get values based on checkbox.
i want to checkbox as checked based on when the two gridview values are same .
gridview1
cloumn Items
row1- bat
row2-ball
row3-stump
row4-net
In gridview1 every row has checkbox in template field.
then
Gridview2
Column Items
row1-stump
row2-ball
here i want check
gridview1 after the compared with gridview2
row1 checkbox=false
row-2 checkbox=true
row-3 checkbox=true
row4 checkbox=false
here i has unique-id of each item.
i want check basedon this unique-id
If you are free please help me little fast.