Hi all,
I am having a gridview bound to a data table.. this datatable has a boolean column and i want to display this column as a check box field.. please let me know how to do this .. and the gridvie can have new rows too.. so any new row added must also have a checkbox field and any selection must be written to the data table and to the database in the end.. this is a vb.net application..
I am having a gridview bound to a data table.. this datatable has a boolean column and i want to display this column as a check box field.. please let me know how to do this .. and the gridvie can have new rows too.. so any new row added must also have a checkbox field and any selection must be written to the data table and to the database in the end.. this is a vb.net application..