Click to See Complete Forum and Search --> : Grid view and checkbox


johnsonlim026
September 13th, 2007, 12:59 AM
Hi,
I want to populate a dataset to grid view.
I have a column named "Delete", i want the grid view when encounter the columnDelete", it will automatically convert it into checkbox in grid view with 0 unchecked and 1 checked.Does anyone has idea on this?

johnsonlim026
September 13th, 2007, 02:27 AM
I have succes add the checkbox to the grid view.Does anyone has idea on the second part?i shold do this on server side or client side?