Hi! I am wondering how I can handle project different way. I need to build small application for flight booking. In this project, There should be a login process with the ability to inject a new user into the database I am defining. Most important, there should be a from / to web form with a calendar control. The flight choices should come directly from an XML I am going to define. Also, there are few more criterias.
1. User should be able to pick the departure and return flight. All airline images should be stored in a database or file server and should be displayed on the front-end.
2. Upon picking the flight, user should be able to add / update customer detail credentials.
3. At the end, user should be able to generate a confirm number that can be mapped to a database.
Please anwer. Thanks for your answer.
PatelR