Connecting Tech Pros Worldwide Help | Site Map

DataGridview in C# pls I need help

  #1  
Old July 20th, 2006, 08:36 PM
Newbie
 
Join Date: Jul 2006
Posts: 12
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
  #2  
Old July 21st, 2006, 01:55 PM
Newbie
 
Join Date: Jul 2006
Location: Pakistan
Posts: 19

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
  #3  
Old July 21st, 2006, 04:49 PM
Newbie
 
Join Date: Jul 2006
Posts: 12

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
  #4  
Old July 21st, 2006, 04:50 PM
Newbie
 
Join Date: Jul 2006
Posts: 12

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Focus in a column in a datagridview in vb.net rk4088 answers 0 July 23rd, 2008 07:15 AM
C#App: Problem in DataGridView CellclickEvent ssknov answers 2 December 21st, 2007 02:01 PM
Addin a row in datagridview nasser answers 3 July 19th, 2006 11:55 PM
mshflexgrid Problem doller answers 4 February 21st, 2006 07:35 AM