A
alexia.bee
Hi all,
I am new to C# so please bear me
.
I have an app which uses datagridview. it has 8 columns.
I also have struct which has 8 members(the same as the datagridview).
when I add row to the gridview, i add the same data to this staruct and
then add this struct instance to a list.
the app creates more then one file with different name. depending on
the user.
I need to save all the list to a file. I also need to be able to copy
the content of this file and to present it in the grid view. there are
no rules for the read file. I always load the entire file to the list
and vice versa.
I was thinkking to use Access(mdb) or excell(xls) to save the content.
which one do you think i should use?
Thanks,
Alexia
I am new to C# so please bear me
.I have an app which uses datagridview. it has 8 columns.
I also have struct which has 8 members(the same as the datagridview).
when I add row to the gridview, i add the same data to this staruct and
then add this struct instance to a list.
the app creates more then one file with different name. depending on
the user.
I need to save all the list to a file. I also need to be able to copy
the content of this file and to present it in the grid view. there are
no rules for the read file. I always load the entire file to the list
and vice versa.
I was thinkking to use Access(mdb) or excell(xls) to save the content.
which one do you think i should use?
Thanks,
Alexia