Sir/Ma'am
I was hoping one of you could assist me with iterating through a datagridview to find null values. Basically, I have a datagridview consisting of 14 fixed columns. If the user adds a new row and doesn't populate all 14 cells for that specific row, I would like to input the value of "00000" into the unpopulated cells. The code below will simply write the data in the cells to a txt file, which is fine until I need to import said data into my datagridview.
Loading
theLizardPosted Mar 3, 2010, 5:30 PM
:)
Sam HobbsPosted Mar 4, 2010, 3:00 PM
Amit ChoudharyPosted Mar 4, 2010, 1:38 AM
Please don't give solutions in private . This is discussion forum and open to every one. some other guys may have the same problem and if they found the solution here in the forum then it'll be good for forum and that user also.
Please keep the solutions open for every problem posted here.
Best Regards
theLizardPosted Mar 3, 2010, 7:16 PM
Cheers.