Add column to datagrid view
How add column to datagrid view between particular columns?
here i means ,my colum name is Class, i have a datagrid view with column names that
StudName StudID StudAdd
i want to add my column class add between StudID and StudAdd
my expected output is
StudName StudID Class StudAdd