How to manually bind DataSet to a GridView with a CheckBoxField?

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

How do I bind data to a GridView in my C#.Net 2.0?
Given that in the GridView1 I have 3 BoundFields and 1 CheckBoxField.
I can bind the DataSet to the 3 BoundFields if there's no CheckBoxField, but
if with the CheckBoxField,
i don't know how to bind just the 3 BoundFields.
Thanks for help.


Jason
 
Back
Top