gridview

Binding CheckBox with Integer value in GridView:Trick

I was working on a web part basically it was an attendance web part that contains Name and Present column only and display as GridView. Name contains the full name of employee and present contains Yes/No value for that employee. I took the present column as checkbox column that displays values using checked or unchecked. Binding CheckBox with Integer value in GridView:Trick