I have a text file with the following data.
1,100,andrew,systemanalyst,20042010
2,100,virtusa,ssoftwareengineer,20042010
3,300,xavier,softwareengineer,20042010
4,111,sssd,manager,2004201
i want to search particular record using the second column .. say if i put 100 it should fetch the first record and second record.
if in ado.net so many methods are there. but using a text file and searching a record can anyone help me please.