Airline Reservation System Project Report in ASP Net
Airline Reservation System Project Report in ASP Net
INDEX
1.INTRODUCTION……………………………………………………………………..1
1.1 Abstract……………………………………………………………………………1
2. REQUIREMENTS ……………………………………………………........................3
3. MODULE DESCRIPTION………………………………………………………….24
4. DESIGN………………………………………………………………………………27
5. CODING……………………………………………………………………………...37
6. TESTING……………………………………………………………………………..58
7. OUTPUT SCREENS………………………………………………….......................63
8. CONCLUSION………………………………………………………………………78
9. BIBLIOGRAPHY …………………………………………………………………..80
1
INTRODUCTION
2
ABSTRACT
Airline Reservation System contains the details about flight schedules and its fare tariffs,
passenger reservations and ticket records. An airline’s inventory contains all flights with
their available seats. The inventory of an airline service is generally divided into three
category of classes (e.g. First, Business or Economy class) and each category is having
seats up to 26 bookings, along with prices and booking conditions. Inventory data is
imported and maintained through a Schedule Distribution System over standardized
interfaces. One of the core functions of the inventory management of airline reservations
is the inventory control. Inventory control steers how many seats are available for the
different booking classes, by opening and closing individual booking classes for sale. In
combination with the fares and booking conditions stored in the Fare Quote System the
price for each sold seat is determined.
3
1. INTRODUCTION
The Proposed system ensures the complete freedom for users, where user at his own
system can logon to this website and can book his ticket. Our proposed system allows
only registered users to book the tickets, view timings and cancel their tickets.
In this Proposal the entire work is done on online and ticket with id
is also provided for passengers as a print document. Here passengers can send their
queries and suggestions through a feedback form.
4
REQUIREMENTS
2. REQUIREMENTS
5
2.1 Hard ware Specification
RAM : 512MB
6
The .NET Framework is a new computing platform that simplifies application
executed remotely.
7
The common language runtime.
The common language runtime is the foundation of the .NET Framework. You can
think of the runtime as an agent that manages code at execution time, providing core
services such as memory management, thread management, and remoting, while also
enforcing strict type safety and other forms of code accuracy that ensure security and
robustness. In fact, the concept of code management is a fundamental principle of the
runtime. Code that targets the runtime is known as managed code, while code that does
not target the runtime is known as unmanaged code. The class library, the other main
component of the .NET Framework, is a comprehensive, object-oriented collection of
reusable types that you can use to develop applications ranging from traditional
command-line or graphical user interface (GUI) applications to applications based on the
latest innovations provided by ASP.NET, such as Web Forms and XML Web services.
8
The following illustration shows the relationship of the common language runtime and
the class library to your applications and to the overall system. The illustration also
shows how managed code operates within a larger architecture.
The common language runtime manages memory, thread execution, code execution,
code safety verification, compilation, and other system services. These features are
intrinsic to the managed code that runs on the common language runtime.
The runtime enforces code access security. For example, users can trust that
an executable embedded in a Web page can play an animation on screen or sing a song,
but cannot access their personal data, file system, or network.
9
In addition, the managed environment of the runtime eliminates many common
software issues. For example, the runtime automatically handles object layout and
manages references to objects, releasing them when they are no longer being used. This
automatic memory management resolves the two most common application errors,
memory leaks and invalid memory references. The runtime also accelerates developer
productivity.
While the runtime is designed for the software of the future, it also supports software
of today and yesterday. Interoperability between managed and unmanaged code enables
developers to continue to use necessary COM components and DLLs.
10
.NET Framework Class Library:
The .NET Framework class library is a collection of reusable types that tightly integrate
with the common language runtime. The class library is object oriented, providing types
from which your own managed code can derive functionality. This not only makes the
.NET Framework types easy to use, but also reduces the time associated with learning
new features of the .NET Framework. In addition, third-party components can integrate
seamlessly with classes in the .NET Framework.
For example, the .NET Framework collection classes implement a set of interfaces
that you can use to develop your own collection classes. Your collection classes will
blend seamlessly with the classes in the .NET Framework.
As you would expect from an object-oriented class library, the .NET Framework types
enable you to accomplish a range of common programming tasks, including tasks such as
string management, data collection, database connectivity, and file access. In addition to
these common tasks, the class library includes types that support a variety of specialized
development scenarios. For example, we can use the .NET Framework to develop the
following types of applications and services:
Console applications.
Scripted or hosted applications.
Windows GUI applications (Windows Forms).
ASP.NET applications.
XML Web services.
Windows services.
For example, the Windows Forms classes are a comprehensive set of reusable types that
vastly simplify Windows GUI development. If you write an ASP.NET Web Form
application, you can use the Web Forms classes.
11
Client Application Development:
Another kind of client application is the traditional ActiveX control (now replaced by
the managed Windows Forms control) deployed over the Internet as a Web page. This
application is much like other client applications: it is executed natively, has access to
local resources, and includes graphical elements.
In the past, developers created such applications using C/C++ in conjunction with the
Microsoft Foundation Classes (MFC) or with a rapid application development (RAD)
environment such as Microsoft® Visual Basic®.
The .NET Framework incorporates aspects of these existing products into a single,
consistent development environment that drastically simplifies the development of client
applications.
The Windows Forms classes contained in the .NET Framework are designed to be
used for GUI development. You can easily create command windows, buttons, menus,
toolbars, and other screen elements with the flexibility necessary to accommodate
shifting business needs.
For example, the .NET Framework provides simple properties to adjust visual
attributes associated with forms. In some cases the underlying operating system does not
support changing these attributes directly, and in these cases the .NET Framework
automatically recreates the forms. This is one of many ways in which the .NET
12
Framework integrates the developer interface, making coding simpler and more
consistent.
Introduction to C#.NET:
13
It gives access to many of the facilities previously available only in C++, while retaining
some of the simplicity to learn of VB.
It has been designed specifically with the .NET Framework in mind, and hence is very
well structured for writing code that will be compiled for the .NET.
C# is a simple, modern, object-oriented language which aims to combine the high
productivity of VB and raw power of C++. C# is a new programming language
developed by Microsoft.
Using C# we can develop console applications, web applications and windows
applications .In C#, Microsoft has taken care of C++ problems such as memory
management, pointers, so forth.
World-Class Tool Support: A rich toolbox and designer in the Visual Studio integrated
development environment complement the ASP.NET framework. WYSIWYG editing,
drag-and-drop server controls, and automatic deployment are just a few of the features
this powerful tool provides.
Power and Flexibility: Because ASP.NET is based on the common language runtime,
the power and flexibility of that entire platform is available to Web application
developers. The .NET Framework class library, Messaging, and Data Access solutions
14
are all seamlessly accessible from the Web. ASP.NET is also language-independent, so
you can choose the language that best applies to your application or partition your
application across many languages. Further, common language runtime interoperability
guarantees that your existing investment in COM-based development is preserved when
migrating to ASP.NET.
Simplicity: ASP.NET makes it easy to perform common tasks, from simple form
submission and client authentication to deployment and site configuration. For example,
the ASP.NET page framework allows you to build user interfaces that cleanly separate
application logic from presentation code and to handle events in a simple, Visual Basic -
like forms processing model.
Manageability: ASP.NET employs a text-based, hierarchical configuration system,
which simplifies applying settings to your server environment and Web applications.
Because configuration information is stored as plain text, new settings may be applied
without the aid of local administration tools. This "zero local administration" philosophy
extends to deploying ASP.NET Framework applications as well. An ASP.NET
Framework application is deployed to a server simply by copying the necessary files to
the server. No server restart is required, even to deploy or replace running compiled code.
Scalability and Availability: ASP.NET has been designed with scalability in mind, with
features specifically tailored to improve performance in clustered and multiprocessor
environments. Further, processes are closely monitored and managed by the ASP.NET
runtime, so that if one misbehaves (leaks, deadlocks), a new process can be created in its
place, which helps keep your application constantly available to handle requests.
15
Security: With built in Windows authentication and per-application configuration, you
can be assured that your applications are secure.
Language Support
The Microsoft .NET Platform currently offers built-in support for many languages:
C#, Visual Basic, Jscript etc.
The ASP.NET Web Forms page framework is a scalable common language runtime-
programming model that can be used on the server to dynamically generate Web pages.
ASP.NET Web Forms pages are text files with an. aspx file name extension. They
can be deployed throughout an IIS virtual root directory tree. When a browser client
requests. Aspx resources, the ASP.NET runtime parses and compiles the target file into
a .NET Framework class. This class can then be used to dynamically process incoming
requests. (Note that the .aspx file is compiled only the first time it is accessed; the
compiled type instance is then reused across multiple requests).
16
An ASP.NET page can be created simply by taking an existing HTML file and
changing its file name extension to .aspx (no modification of code is required). For
example, the following sample demonstrates a simple HTML page that collects a user's
name and category preference and then performs a form post back to the originating page
when a button is clicked:
ASP.NET provides syntax compatibility with existing ASP pages. This includes
support for <% %> code render blocks that can be intermixed with HTML content within
an .aspx file. These code blocks execute in a top-down manner at page render time.
ASP.NET supports two methods of authoring dynamic pages. The first is the method
shown in the preceding samples, where the page code is physically declared within the
originating .aspx file. An alternative approach is known as the code-behind method where
the page code can b e more cleanly separated from the HTML content into an entirely
separate file.
In addition to (or instead of) using <% %> code blocks to program dynamic content,
ASP.NET page developers can use ASP.NET server controls to program Web Pages.
Server controls are declared within an .aspx file using custom tags or intrinsic HTML
tags that contains a run at="server" attributes value. Intrinsic HTML tags are handled
by one of the controls in the System.Web.UI.HtmlControls namespace. Any tag that
doesn't explicitly map to one of the controls is assigned the type of:
System.Web.UI.Html Controls.HtmlGenericControl.
Server controls automatically maintain any client-entered values between round trips to
the server. This control state is not stored on the server (it is instead stored within an
17
<input type="hidden"> form field that is round-tripped between requests). Note also
that no client-side script is required.
ADO.NET Overview:
ADO.NET is an evolution of the ADO data access model that directly addresses user
requirements for developing scalable applications. It was designed specifically for the
web with scalability, statelessness, and XML in mind.
ADO.NET uses some ADO objects, such as the Connection and Command objects, and
also introduces new objects. Key new ADO.NET objects include the Data Set, Data
Reader, and Data Adapter.
18
The important distinction between this evolved stage of ADO.NET and previous data
architectures is that there exists an object -- the DataSet -- that is separate and distinct
from any data stores. Because of that, the DataSet functions as a standalone entity. You
can think of the DataSet as an always disconnected record set that knows nothing about
the source or destination of the data it contains. Inside a DataSet, much like in a database,
there are tables, columns, relationships, constraints, views, and so forth.
A DataAdapter is the object that connects to the database to fill the DataSet. Then, it
connects back to the database to update the data there, based on operations performed
while the DataSet held the data.
In the past, data processing has been primarily connection-based. Now, in an effort to
make multi-tiered apps more efficient, data processing is turning to a message-based
approach that revolves around chunks of information. At the center of this approach is the
DataAdapter, which provides a bridge to retrieve and save data between a DataSet and its
source data store.
The XML-based DataSet object provides a consistent programming model that works
with all models of data storage: flat, relational, and hierarchical. It does this by having no
'knowledge' of the source of its data, and by representing the data that it holds as
collections and data types. No matter what the source of the data within the DataSet is, it
is manipulated through the same set of standard APIs exposed through the DataSet and its
subordinate objects.
While the DataSet has no knowledge of the source of its data, the managed provider
has detailed and specific information. The role of the managed provider is to connect, fill,
and persist the DataSet to and from data stores. The OLE DB and SQL Server .NET Data
Providers (System.Data.OleDb and System.Data.SqlClient) that are part of the .Net
19
Framework provide four basic objects: the Command, Connection, Data Reader and
DataAdapter. In the remaining sections of this document, we'll walk through each part of
the DataSet and the OLE DB/SQL Server .NET Data Providers explaining what they are,
and how to program against them. The following sections will introduce you to some
objects that have evolved, and some that are new. These objects are:
Connections are used to 'talk to' databases, and are represented by provider-specific
classes such as SQLConnection. Commands travel over connections and result sets are
returned in the form of streams which can be read by a Data Reader object, or pushed into
a DataSet object.
Commands :
Commands contain the information that is submitted to a database, and are
represented by provider-specific classes such as SQLCommand. A command can be a
stored procedure call, an UPDATE statement, or a statement that returns results. You can
also use input and output parameters, and return values as part of your command syntax.
The example below shows how to issue an INSERT statement against the Northwind
database.
Data Readers :
The Data Reader object is somewhat synonymous with a read-only/forward-only
cursor over data. The Data Reader API supports flat as well as hierarchical data. A Data
20
Reader object is returned after executing a command against a database.The format of the
returned DataReader object is different from a recordset. For example, you might use the
DataReader to show the results of a search list in a web page.
Data Sets:
The DataSet object is similar to the ADO Record set object, but more powerful, and with
one other important distinction: the DataSet is always disconnected. The DataSet object
represents a cache of data, with database-like structures such as tables, columns,
relationships, and constraints.
However, though a DataSet can and does behave much like a database, it is
important to remember that DataSet objects do not interact directly with databases, or
other source data. This allows the developer to work with a programming model that is
always consistent, regardless of where the source data resides.
Data coming from a database, an XML file, from code, or user input can all be placed
into DataSet objects. Then, as changes are made to the DataSet they can be tracked and
verified before updating the source data. The GetChanges method of the DataSet object
actually creates a second DatSet that contains only the changes to the data. This DataSet
is then used by a DataAdapter (or other objects) to update the original data source.
The DataSet has many XML characteristics, including the ability to produce and
consume XML data and XML schemas. XML schemas can be used to describe schemas
interchanged via Web Services. In fact, a DataSet with a schema can actually be
compiled for type safety and statement completion.
21
Server databases. For other OLE DB-supported databases, you would use the
OleDbDataAdapter object and its associated OleDbCommand and OleDbConnection
objects.
The DataAdapter object uses commands to update the data source after changes
have been made to the DataSet. Using the Fill method of the DataAdapter calls the
SELECT command; using the Update method calls the INSERT, UPDATE or DELETE
command for each changed row. You can explicitly set these commands in order to
control the statements used at runtime to resolve changes, including the use of stored
procedures. For ad-hoc scenarios, a Command Builder object can generate these at run-
time based upon a select statement.
SQL SERVER
DATABASE:
A database management, or DBMS, gives the user access to their data and helps them
transform the data into information. Such database management systems include dBase,
paradox, IMS, SQL Server and SQL Server. These systems allow users to create, update
and extract information from their database.
During an SQL Server Database design project, the analysis of your business change over
time, you define any additional fields or change the definition of existing fields.
22
SQL Server Tables
SQL Server stores records relating to each other in a table. Different tables are created
for the various groups of information. Related tables are grouped together to form a
database.
Primary Key
Every table in SQL Server has a field or a combination of fields that uniquely identifies
each record in the table. The Unique identifier is called the Primary Key, or simply the
Key. The primary key provides the means to distinguish one record from all other in a
table. It allows the user and the database system to identify, locate and refer to one
particular record in the database.
Foreign Key
When a field is one table matches the primary key of another field is referred to as a
foreign key. A foreign key is a field or a group of fields in one table whose values match
those of the primary key of another table.needs identifies all the fields or attributes of
interest. If your business needs
23
MODULE DESCRIPTION
3. MODULE DESCRIPTION
24
1. Registration module
2. Administrative module
3. Passenger module
1. Registration module
In registration module first we ask passenger to give his details.After registering with us
the passenger can logon to his/her own account and can view all flight details such as
Timings, Prices,Availability of seats and can book the ticket with unique ticket id.Once
Passenger registered with us can book any number of tickets.
2. Administrative module
Administrative module is provided for the sake of administrators to manage the site and
update the content at regular intervals, The major operations included in this module are:
Create and maintain airline schedule, fare and timings of the Flight.
View the passenger list.
View the available seats in the flights.
Cancel the tickets.
Updating the flight schedule and timings and fare.
3. Passenger module
25
This module is meant for passengers, where a user logging into his/her owns account will
view this panel. The major operations included in this module were
View all airline schedules, timings, fare details and seats availability.
Book for the tickets.
View and cancelling of the ticket.
Send feedback.
26
DESIGN
27
4. DESIGN
UML DIAGRAMS:
Login
Scheduling flights
ADMIN
Cancel the ticket
view feedback
Log out
28
Register
Login
USER
Send feedback
Log out
29
4. Class Diagram
30
4.3 Sequence diagram
31
4.4 Collaboration diagram
32
4.5 E-R diagram
33
LOGIN
TICKET BOOKING Books
Type
Ticket id Loginname
no No.passenger e
Passengername s Mobile
Passwor
DestinationStatio
non d
Gender
Name
FligthName
SourceStation
Location
Depend Give
s Destinatio s
n Station
SCHEDULING ID FEEDBACK
Time
Seats Name Subject
Flightname
Sourcestatio
Email
n
34
4.5 Data dictionary
FEEDBACK TABLE
SCHEDULING TABLE
TICKETBOOKING TABLE
35
Passengername Varchar(50) Foreign key Suhas
REGISTRATION TABLE
36
CODING
37
5. CODING
38
TESTING
6. TESTING
SYSTEM TESTING
39
Testing is a set of activities that can be planned in advance and conducted
systematically. The proposed system is tested in parallel with the software that consists of
its own phases of analysis, implementation, testing and maintenance. Following are the
tests conducted on the system.
UNIT TESTING:
During the implementation of the system each module of the system was tested
separately to uncover errors with in its boundaries. User interface was used as a guide in
the process.
MODULE TESTING
INTEGRATION TESTING
ACCEPTANCE TESTING
The software has been tested with the realistic data given by the client and
produced fruitful results. The client satisfying all the requirements specified by them has
40
also developed the software within the time limitation specified. A demonstration has
been given to the client and the end-user giving all the operational features.
IMPLEMENTATION PHASE
The implementation is the final and important phase. It involves user training,
system testing and successful running of the developed system. The users test the
developed system when changes are made according to the needs. The testing phase
involves the testing of the developed system using various kinds of data. An elaborate
testing of data is prepared and system is tested using the tests data.
TEST CASES:
41
Loginname,Pass registered
word,Confirm successful
password, Sex, ly,Loginn
Location, Phno ame
already
exists,
password
not
matched
2. Login form Enter HOME Display Success
Loginname, login
Password, Type successful
ly,invalid
username
or
password
3. Scheduling View Admin flight Success
form Flightname, home details
Time,Sourcestst page Updated
ion,Destinations
tstion,Seats,
Price.
4. Passenger list View Admin Passenger Success
form Passengername, home details
Flightname,Sou page Updated
rcestation,Desti
nationstation,N
umberofpasseng
ers,Ticketno.
5. Feedback view ViewID,Name, Admin Feedback Success
form Email,Subject, home Displayed
Message. page
6. Timings form Sourcestation,D User Flight Success
estinationstation home name,
page time
displayed
7. Ticketbooking Numberofpasse User Successful Success
form ngers, home ly booked,
Flightname, page Ticketid
Sourceststion, will be
Destinationstati displayed.
on.
8. Cancel ticket Flightname, User Successful Success
form Ticketno. homepage ly
canceled,s
erver buzy
42
9. Booked Tickets Passengername, User List of Success
form Flightname,Sou home tickets of
rcestation,Desti page that user
nation,Tickno,
Noofpassengers
10. Feedback form Name, Email, User Thankyou Success
Subject, home for your
Message. page feedback
43
Description: The above is error message appears when user tries to give invalid
username or password.
44
OUTPUT SCREENS
45
7. OUTPUT SCREENS
LOGIN FORM
REGISTRATION FORM
Description: This is registration form for registering with site, registered users will be
provided with unique username and password.
46
FLIGHT SCHEDULES
Description: Updating, deleting of flight can be done through this form by admin.
PASSENGERS LIST
Description: This is list of passengers travelling through different flights can be managed
by admin through this form.
47
FEEDBACK VIEW
TIMINGS OF FLIGHTS
Description: This form gives timings of flights based on source and destination stations
picked by user. Price and seats availability can also be viewed.
48
TICKET BOOKING
Description: This form is used to book the ticket and it generates the ticket id for user.
TICKET CANCELLATION
Description: This is a form through which passenger can cancel his ticket.
49
LIST OF TICKETS BOOKED BY USER
FEEDBACK FORM
50
Description: This form is used to post the feedback from user to admin.
51
CONCLUSION
52
8.CONCLUSION
Getting accurate information about what visas or permits you need is an important part of
preparing for a trip or stay abroad. To help you with this task we have provided
information about embassies and consulates abroad, and we have also included
companies that provide visa and passport services.
53
BIBILOGRAPHY
54
10. BIBILOGRAPHY
References:
Websites:
1. www.support.microsoft.com
2. www.asp.net
3. www.w3schools.com
4. www.freetutes.com
55