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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top