Bus Ticket Booking System is the webbased project developed using ASP.NET and SQL server. This project used to book tickets through online.
Project title: Bus Ticket Booking System
Database Tables:
Services:
serviceid – pk
fromcity
tocity
noseats
sttime
desttime
bustype
frequency
fare
Buses:
busserviceid – pk
serviceid – fk
jdate
vehicleno
availableseats
bookings:
bookingid – pk
serviceid
jdate
seatno
passengername
gender
age
phoneno
bookingdate
feeback:
feedbackid – Identity primary key
serviceid
jdate
seatno
feedback
df
Download Project Source Code: