In the new data control, GridView, you have a new column called CheckBoxField, this column, accepts a boolean value and display a CheckBox either selected or not and disabled. What if you want to retreive the value from that column, to see if the CheckBox...