Hello sir,
I have a datagrid which is getting data from a Access datatable.
my data table has 4 field and datagrid is showing 4 column according.
now i want to add a new column means column number 5. along with other 4 column.
when my form is loading that time I need five column(4 from database and 1 is manually added=5 column).
how can i do this
I have a datagrid which is getting data from a Access datatable.
my data table has 4 field and datagrid is showing 4 column according.
now i want to add a new column means column number 5. along with other 4 column.
when my form is loading that time I need five column(4 from database and 1 is manually added=5 column).
how can i do this
Comment