adding one column in datagridview
hello all
in database table I have Column Name and column Age
when the table loaded to the datagridview , I want to add Column No as the first column (if possible the column added automatically)
so the data in datagridview Like:
No Name Age
1 john 25
2 William 24
etc
is it possible ?
thanks
regard
denny