Connecting Tech Pros Worldwide Forums | Help | Site Map

DataGridview in C# pls I need help

Newbie
 
Join Date: Jul 2006
Posts: 12
#1: Jul 20 '06
Dear All

I would like the code that allow me to write data in a new row in the datagridview and then when for example click on a save button Iwould like these data to transfer directly to the file.

Please I was wondring if u could help me as sson as possible

kind regards,
Nasser

Newbie
 
Join Date: Jul 2006
Location: Pakistan
Posts: 19
#2: Jul 21 '06

re: DataGridview in C# pls I need help


Quote:

Originally Posted by nasser

Dear All

I would like the code that allow me to write data in a new row in the datagridview and then when for example click on a save button Iwould like these data to transfer directly to the file.

Please I was wondring if u could help me as sson as possible

kind regards,
Nasser

Hi,

I want to know you are binding Datagridview with xml file or Database and again you want to write the data in xml file or in text file.

Regards
Newbie
 
Join Date: Jul 2006
Posts: 12
#3: Jul 21 '06

re: DataGridview in C# pls I need help


Quote:

Originally Posted by coldflame

Hi,

I want to know you are binding Datagridview with xml file or Database and again you want to write the data in xml file or in text file.

Regards

Dear Coldflame,

thnak u indeed for ur reply. the project that i'm doing is readind data form txt file and then put these data in an array and display them in datagridview. this part has been done. But the second part is when I excuate the programe of course the data will be displaied in the datagridview then when I write data in the new and last row in the datagrid view I would like when I click on a save button for example this new row will be written in an array so, I can then add it in the file(txt file)

thank u again
knid regards
nasser
Newbie
 
Join Date: Jul 2006
Posts: 12
#4: Jul 21 '06

re: DataGridview in C# pls I need help


Dear Coldflame,

thnak u indeed for ur reply. the project that i'm doing is readind data form txt file and then put these data in an array and display them in datagridview. this part has been done. But the second part is when I excuate the programe of course the data will be displaied in the datagridview then when I write data in the new and last row in the datagrid view I would like when I click on a save button for example this new row will be written in an array so, I can then add it in the file(txt file)

thank u again
knid regards
nasser
Reply