hi everybody,
I am new to c sharp and was wondering if anyone could help me. I have a text file which has 10 records set out like this Smith,Adam,John,1986/11/24,M. I want to create a C# Windows Application program which reads the data and allows the user to browse the data record by record, allowing the user to specify First, Last, Previous and Next by pressing an appropriate button and also allow the user to change the data through a second form, and save the changed data to another text file.
Any help would be much appreciated