ASP.NET Web Forms Project Report

Developer: Aamiroon Ishaq

Project: Airline Management System (Lab Tasks)

1. Customer Registration

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.

Backend Functionality:

2. Flight Search

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.

Backend Functionality:

Technologies Used

Web hosting by Somee.com