hey
as the title says, i would like to fill my datagridview from a class i have, this class already gets all the info from my database....
how would i get to fill my DGV...
and another question, how will i change my column header names....
i have this
dgv_Calls.Columns[0].HeaderText = "ID";
but says index out of range, even when changing it to 1.
thanx for the help