Hello people in daniweb....
i was stucked in doing my project here..
i nid to create a program that assigns a student to the available section.
So.. i want to populate my data in datagridview using mySql as database..
while populating these data.. the datagridview should create a new checkbox column to select/deselect records.
How could this be?
Anyone i nid some sample code to study...
Thanks in advance..

you can do this in ur select statement from SQL while loading the data...

SELECT Active= convert(bit,0),* from ur table name
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.