My DataTable has three columns fetched from a database, while I need to bind only two columns of it to a DataGridView. Can you please help me with
DataTable
DataGridView
Add the column as answered above, and do not forget to set:
dataGridView1.AutoGenerateColumns = false;