I am making a project on airport enquiry application using c# and having a problem . Plz help if u can! | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

I am making a project on airport enquiry application using c# and having a problem . Plz help if u can!

user will enter ticket no. n i have to get data from notepad. but the problem is that i m not able to filter that data according to users needs!! i got stuck here. even filtering is not working the way it should. how can i filter data according to users need in c# for airport enquiry application?

16th Jul 2018, 8:27 PM
Bunny
Bunny - avatar
1 Réponse
0
What kinds of data is in the text file? Are you able to change the formatting of the data in the notepad before it reaches your application? Have you thought about using JSON to serialise the text into an object?
11th Aug 2018, 10:32 AM
Jordan
Jordan - avatar