Developer: Aamiroon Ishaq
Project: Airline Management System (Lab Tasks)
File: Customer_Registration.aspx
and Customer_Registration.aspx.vb
This form allows a new customer to register with the system by entering details such as:
Upon clicking the Register button, the customer's data is inserted into the SQL Server database using parameterized queries to avoid SQL injection.
MAX(CustomerID)+1
File: Flight_Search.aspx
and Flight_Search.aspx.vb
This page allows the user to search for available flights based on input criteria:
Search results are displayed in an asp:GridView
after querying the flight schedule table in the database.
SqlDataAdapter