Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Create a windows application to display the respective student’s date of birth when the student’s name is entered by the user. For example;

Inside the text file, student name and date of birth are stored in the following format:

Ms Cynthia : 12/04/1992
Mr Jack : 10/03/ 1990
Posted
Comments
Sergey Alexandrovich Kryukov 21-Jan-12 13:02pm    
Not a question.
--SA
AspDotNetDev 21-Jan-12 13:50pm    
I have voted you a 1 because this is one of 15 obvious homework questions you have just posted. Not only are you asking us to do your homework, you are asking us to do ALL of your homework. That is abusive, and I have reported you as such.
Dave Kreskowiak 21-Jan-12 13:51pm    
I've deleted most of your posts like this because, 1) you don't know the difference between a subject line and the body of a question, and 2) we're not doing you're homework for you.

You haven't asked a question. All you've done is post your homework assignments. If you want someone to do your work for you, drop the classes now because you're not going to pass them. If you want to do them yourself, but are stuck, ask a question with specific details about what you're stuck on.
soukphathai 23-Jan-12 14:10pm    
no your homework . Question example on Set play vb.net
AspDotNetDev 23-Jan-12 18:00pm    
That does not make any sense at all.

You should first need code to parse the stored/updated text file. Check this link

http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx#Y0[^]

By using this you can create a map/hashtable of name and DOB.

Then once user enters name you can get his DOB and show it
 
Share this answer
 
Comments
Lakamraju Raghuram 21-Jan-12 12:56pm    
And by the way is this your homework ??? !!!
soukphathai 23-Jan-12 14:10pm    
no your homework . Question example on Set play vb.net
simply search file handling in google and create string and then store it ...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900