hi guys,
i have a datagridviewcheckboxcolumn1 that is bound to a field in a database. i want to set it as checked or uncheked programaticly, does any one know how??

I would take a look here. MSDN: DataGridView.Rows Property. Half way down the page it will explain how to modify values in the Data Grid View.

You can also change the value in the datasource. Whether that be a DataSet or a Class.

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.