Project Documentation Sample
Project Documentation Sample
2 Proposed System:
2.1 Objectives
2.2 Proposed System 6 to 12
2.3 Requirement Engineering
2.4 Requirement Gathering
2.5 SRS
3 System Analysis:
3.1 ERD
3.2 DFD 13 to 16
3.3 Site Map
4 System Design:
4.1 Database design
4.2 Input design 17 to 28
4.3 Output design
5 Implementation:
5.1 System Requirement
5.2 Hardware 29 to 30
5.3 Software
6 Output(Reports)
31 to 33
7 Conclusion and Suggestions
7.1 Conclusion 34 to 36
7.2 Limitation
7.3 Future Enhancement
8 References
8.1 Websites 37 to 55
8.2 Source Code
1
1. INTRODUCTION
TO
PROJECT
2
1.1 Introduction:
3
1.2 Existing System:
To avoid these problems to reduce the manual work to the user new
project was developed i.e. Tourism Management System. The project ‘Tourism
Management System’ is developed to replace the currently existing system,
which helps in keeping records of the customer details of destination as well as
payment received.so we proposed this system, this system will overcome all
difficulties.
4
1.3 Need & Scope :
Need :
All facilities during the travelling must have to be superior. There will be
many users visiting the system and hence we require a strong and reliable
system.
Scope :
This system helps to make relationship with customers so that they can
enjoy holiday of their dreams. As it is web based it can provide services in almost
every district in Maharashtra. This system also helps to develop tourism with
different cultures so that they enrich the tourist experience and build pride.
5
2. PROPOSED SYSTEM
OF PROJECT
6
2.1 Objectives:
7
2.2 Proposed System:
In the proposed system, the used need to register and then login into
the application. Then user can able to see number of tour packages .User can
book more than one tour at a time at many places on online.
8
2.3 Requirement Engineering
I] Feasibility study :
At this stage, we will gather information about what the customer needs
and define the problems the system is expected to solve. we will also include
customers business context, products functions and its compatibility. we will
gather requirement such as software like the programming language to use,
database model and hardware needed such as laptop, printers etc.
III] Design:
IV] Coding/Implementation:
v] Testing :
At this stage, we will ensure both individual and integrated whole are
methodically verified to ensure they are error free and satisfy customer
requirement. we will involve both unit testing of individual code module, system
9
testing of the integrated product and acceptance testing conducted by or on
behalf of customer. we will also prepare, review and publish product
documentation at this stage.
VI] Maintenance:
10
2.4 Requirement Gathering
B] Interview:
Q.1) As a travel agent how did you create tour packages for company trips?
Ans : Requirements for a corporate trip are, you want a candidate who
anticipates what your client needs and puts together packages accordingly
Ans : A agent who has worked in different sectors of travel knows how to identify
customers who are interested in travelling. A good agent collects information and
sets up travel arrangements with ease.
Q.3) In your experience as a travel agent what step did you follow when booking
a buses?
Ans : Experienced travel agents will have booked buses for popular travel
agency lines.
Ans : Client is always right .Tell them that would try your best to remedy the
situation or do other things to help the client to feel respected and taken care of.
Tell us about your experience in this field.
Ans : Yes.
11
2.4 SRS
12
3. SYSTEM ANALYSIS
13
3.1 ERD of Tourism Management System
Make
User_Id Address
Admin_Id
Admin User
Password
User_email
View
Phone_no
Book
Booking
Tour_expenses
Make
Tour_Id
Book_date
Tour
Destination
Book_id
Destination_type
Payment
CVV
Exp._date
Card_number
Cardholder_name
14
3.2 DFD of Tourism Management System.
Login Visit
Admin User
Login
View Feedback
Book Tour
Give Feedback
Login
Customer
Make payment
15
3.3 Site Map
Hv
Home Registration Review Admin Login Contact us
Payment
16
4. SYSTEM DESIGN
17
4.1 Database Design
Database Design Of Registration Table
18
Database Design Of add tour Table
19
Database Design Of Tour Booking Table
20
4.2 Input Design
21
Input Design of Review Page.
22
Input Design of Admin Login Page.
23
Input Design of Tour Booking Page.
24
Input Design of Payment Page.
25
Input Design of View Booking Page.
26
4.3 Output Design
27
Output Design of Add Tour Table
28
5. IMPLEMENTATION
29
A) Software Requirement :
B) Hardware Requirement :
30
6. OUTPUT (REPORTS)
31
6.1 Feedback Report
32
6.3 Booking Report
33
7. CONCLUSION & LIMITATIONS
34
7.1 Conclusion:
7.2 Limitations
35
7.3 Future Enhancement
36
8. References
Google
Websites – www.nestaway.com
www.ijsrp.org
www.kashipara.com
37
8.2 Source Code
Index.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withoutloginMasterPage.master" AutoEventWireup="true"
CodeFile="index.aspx.cs" Inherits="index" %>
</asp:Content>
Registration.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withoutloginMasterPage.master" AutoEventWireup="true"
CodeFile="register.aspx.cs" Inherits="register" %>
38
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1"
Runat="Server">
<p>
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-
Names="Arial" Font-Size="40px" ForeColor="White" Text="Register Here"
></asp:Label>
</p>
<p>
</p>
<p>
<asp:Label ID="Label9" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Name"></asp:Label>
<asp:TextBox ID="txtnm" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="27px" style="margin-left: 6px"
Width="334px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1"
runat="server" ControlToValidate="txtnm" PlaceHolder="Enter name here"
ErrorMessage="Enter valid Name"
ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
<asp:Label ID="Label3" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Address"></asp:Label>
<asp:TextBox ID="txtadd" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="27px" style="margin-left: 0px"
Width="334px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2"
runat="server" ControlToValidate="txtadd" ErrorMessage="Enter valid address"
ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
&
nbsp; <asp:RequiredFieldValidator
ID="RequiredFieldValidator3" runat="server" ControlToValidate="txtmail"
ErrorMessage="Enter valid e-mail"
ForeColor="Red"></asp:RequiredFieldValidator>
<asp:Label ID="Label4" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC" Text="E-
mail"></asp:Label>
<asp:TextBox ID="txtmail" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="27px" style="margin-left: 0px"
Width="334px"></asp:TextBox>
<asp:RegularExpressionValidator
ID="RegularExpressionValidator1" runat="server" ControlToValidate="txtmail"
39
ErrorMessage="RegularExpressionValidator" ForeColor="Red"
ValidationExpression="\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-
.]\w+)*"></asp:RegularExpressionValidator>
</p>
<p>
<asp:Label ID="Label5" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC" Text="Contact
No."></asp:Label>
<asp:TextBox ID="txtcon" runat="server"
BackColor="#CCCCCC" BorderStyle="Outset" Height="27px" style="margin-
left: 6px" Width="334px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator4"
runat="server" ControlToValidate="txtcon" ErrorMessage="must enter contact
no." ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
;
<asp:Label ID="rbtgender" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Gender"></asp:Label>
<asp:RadioButton ID="rbtm" runat="server" Font-Size="15pt"
ForeColor="#CCCCCC" GroupName="rbtgen" Text=" Male" />
&
nbsp;
<asp:RadioButton ID="rbtnf" runat="server" Font-Size="15pt"
ForeColor="#CCCCCC" GroupName="rbtgen" Text="Female" />
</p>
<p>
<asp:Label ID="Label7" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Username"></asp:Label>
<asp:TextBox ID="txtunm" runat="server"
BackColor="#CCCCCC" BorderStyle="Outset" Height="27px" style="margin-
left: 6px" Width="334px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator5"
runat="server" ControlToValidate="txtunm" ErrorMessage="enter valid user
name" ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
<asp:Label ID="Label8" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Password"></asp:Label>
<asp:TextBox ID="txtpass" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="27px" style="margin-left: 6px"
TextMode="Password" Width="334px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator6"
runat="server" ControlToValidate="txtpass" ErrorMessage="must enter valid
password" ForeColor="Red"></asp:RequiredFieldValidator>
40
</p>
<p>
</p>
<p>
<asp:Button ID="btnsub" runat="server" BackColor="#00CC00" Font-
Bold="True" Font-Names="Arial" Font-Size="20pt" OnClick="btnsub_Click"
Text="Submit" Width="161px" />
<asp:Button ID="btnres" runat="server" BackColor="#FF3300"
CausesValidation="False" Font-Bold="True" Font-Names="Arial" Font-
Size="20pt" OnClick="btnres_Click" Text="Reset" Width="161px" />
<asp:Button
ID="Button1" runat="server" BackColor="#FFFFCC" CausesValidation="False"
Font-Bold="True" Font-Names="Arial" Font-Size="16pt"
PostBackUrl="~/login.aspx" Text="Click Here for Login" Width="180pt" />
</p>
<p>
</p>
<p>
</p>
<p>
</p>
</asp:Content>
Review .aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withoutloginMasterPage.master" AutoEventWireup="true"
CodeFile="review.aspx.cs" Inherits="review" %>
41
<Columns>
<asp:BoundField DataField="Name" HeaderText="Name"
SortExpression="Name" />
<asp:BoundField DataField="Message" HeaderText="Message"
SortExpression="Message" />
</Columns>
<EditRowStyle BackColor="#999999" />
<FooterStyle BackColor="#5D7B9D" Font-Bold="True"
ForeColor="White" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True"
ForeColor="White" />
<PagerStyle BackColor="#284775" ForeColor="White"
HorizontalAlign="Center" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True"
ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#E9E7E2" />
<SortedAscendingHeaderStyle BackColor="#506C8C" />
<SortedDescendingCellStyle BackColor="#FFFDF8" />
<SortedDescendingHeaderStyle BackColor="#6F8DAE" />
</asp:GridView>
</center>
</p>
<p>
</p>
</asp:Content>
Contact Us.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withoutloginMasterPage.master" AutoEventWireup="true"
CodeFile="contact.aspx.cs" Inherits="contact" %>
42
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-
Names="Arial" Font-Size="20pt" ForeColor="White" Text="Addresss : Sadar
bazar,near z.p office ,satara."></asp:Label>
</p>
<p>
; <asp:Label
ID="Label4" runat="server" Font-Bold="True" Font-Names="Arial" Font-
Size="20pt" ForeColor="White" Text="Contact No.
8308619918/9921138653"></asp:Label>
</p>
<p>
<asp:Image ID="Image2" runat="server" Height="60px"
ImageUrl="~/images/Gmail-icon[1].png" Width="73px" />
<asp:Label ID="Label6" runat="server" Font-Bold="True" Font-
Names="Arial" Font-Size="20pt" ForeColor="White"
Text="[email protected]"></asp:Label>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
</asp:Content>
Adminlogin.aspx
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="adminlogin.aspx.cs" Inherits="adminlogin" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body background="images\i.jpg">
<form id="form1" runat="server">
<div>
<br />
<br />
<br />
43
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<asp:Label ID="Label7" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Username"></asp:Label>
<br />
<br />
<asp:TextBox ID="txtunm" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="34px" style="margin-left: 6px"
Width="334px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator9" runat="server"
ControlToValidate="txtunm" ErrorMessage="Enter valid user name"
ForeColor="Red"></asp:RequiredFieldValidator>
<br />
<br />
<asp:Label ID="Label8" runat="server" Font-Bold="False" Font-
Names="Arial" Font-Size="20px" ForeColor="#CCCCCC"
Text="Password"></asp:Label>
</div>
</form>
</body>
</html>
Tour.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withloginMasterPage.master" AutoEventWireup="true"
CodeFile="tour.aspx.cs" Inherits="tour" %>
44
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-
Names="Arial" Font-Size="15pt" ForeColor="White" Text="for booking you have
to click on booking button"></asp:Label>
<br />
</p>
<p>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
SelectCommand="SELECT * FROM [addtour1]"></asp:SqlDataSource>
</p>
<p>
</p>
<center>
<asp:ListView ID="ListView1" runat="server"
DataSourceID="SqlDataSource1">
<AlternatingItemTemplate>
<span style="color:white">ID:
<asp:Label ID="IDLabel" runat="server" Text='<%# Eval("ID") %>' />
<br />
Tour:
<asp:Label ID="TourLabel" runat="server" Text='<%# Eval("Tour") %>'
/>
<br />
Destination_type:
<asp:Label ID="Destination_typeLabel" runat="server" Text='<%#
Eval("Destination_type") %>' />
<br />
Location:
<asp:Label ID="LocationLabel" runat="server" Text='<%#
Eval("Location") %>' />
<br />
Tourist_attraction:
<asp:Label ID="Tourist_attractionLabel" runat="server" Text='<%#
Eval("Tourist_attraction") %>' />
<br />
Tour_start_from:
<asp:Label ID="Tour_start_fromLabel" runat="server" Text='<%#
Eval("Tour_start_from") %>' />
<br />
<asp:Image ID="ImageLabel" runat="server" ImageUrl='<%#
Eval("Image") %>' width="200px" Height="200px"/>
<br />
<br /></span>
</AlternatingItemTemplate>
<EditItemTemplate>
<span style="">ID:
<asp:TextBox ID="IDTextBox" runat="server" Text='<%# Bind("ID") %>'
/>
<br />
Tour:
45
<asp:TextBox ID="TourTextBox" runat="server" Text='<%# Bind("Tour")
%>' />
<br />
Destination_type:
<asp:TextBox ID="Destination_typeTextBox" runat="server" Text='<%#
Bind("Destination_type") %>' />
<br />
Location:
<asp:TextBox ID="LocationTextBox" runat="server" Text='<%#
Bind("Location") %>' />
<br />
Tourist_attraction:
<asp:TextBox ID="Tourist_attractionTextBox" runat="server" Text='<%#
Bind("Tourist_attraction") %>' />
<br />
Tour_start_from:
<asp:TextBox ID="Tour_start_fromTextBox" runat="server" Text='<%#
Bind("Tour_start_from") %>' />
<br />
Image:
<asp:TextBox ID="ImageTextBox" runat="server" Text='<%#
Bind("Image") %>' />
<br />
<asp:Button ID="UpdateButton" runat="server"
CommandName="Update" Text="Update" />
<asp:Button ID="CancelButton" runat="server"
CommandName="Cancel" Text="Cancel" />
<br /><br /></span>
</EditItemTemplate>
<EmptyDataTemplate>
<span>No data was returned.</span>
</EmptyDataTemplate>
<InsertItemTemplate>
<span style="">ID:
<asp:TextBox ID="IDTextBox" runat="server" Text='<%# Bind("ID") %>'
/>
<br />Tour:
<asp:TextBox ID="TourTextBox" runat="server" Text='<%# Bind("Tour")
%>' />
<br />Destination_type:
<asp:TextBox ID="Destination_typeTextBox" runat="server" Text='<%#
Bind("Destination_type") %>' />
<br />Location:
<asp:TextBox ID="LocationTextBox" runat="server" Text='<%#
Bind("Location") %>' />
<br />Tourist_attraction:
<asp:TextBox ID="Tourist_attractionTextBox" runat="server" Text='<%#
Bind("Tourist_attraction") %>' />
<br />Tour_start_from:
46
<asp:TextBox ID="Tour_start_fromTextBox" runat="server" Text='<%#
Bind("Tour_start_from") %>' />
<br />Image:
<asp:TextBox ID="ImageTextBox" runat="server" Text='<%#
Bind("Image") %>' />
<br />
<asp:Button ID="InsertButton" runat="server" CommandName="Insert"
Text="Insert" />
<asp:Button ID="CancelButton" runat="server"
CommandName="Cancel" Text="Clear" />
<br /><br /></span>
</InsertItemTemplate>
<ItemTemplate>
<span style="color:white">ID:
<asp:Label ID="IDLabel" runat="server" Text='<%# Eval("ID") %>' />
<br />
Tour:
<asp:Label ID="TourLabel" runat="server" Text='<%# Eval("Tour") %>'
/>
<br />
Destination_type:
<asp:Label ID="Destination_typeLabel" runat="server" Text='<%#
Eval("Destination_type") %>' />
<br />
Location:
<asp:Label ID="LocationLabel" runat="server" Text='<%#
Eval("Location") %>' />
<br />
Tourist_attraction:
<asp:Label ID="Tourist_attractionLabel" runat="server" Text='<%#
Eval("Tourist_attraction") %>' />
<br />
Tour_start_from:
<asp:Label ID="Tour_start_fromLabel" runat="server" Text='<%#
Eval("Tour_start_from") %>' />
<br />
47
<span style="">ID:
<asp:Label ID="IDLabel" runat="server" Text='<%# Eval("ID") %>' />
<br />
Tour:
<asp:Label ID="TourLabel" runat="server" Text='<%# Eval("Tour") %>'
/>
<br />
Destination_type:
<asp:Label ID="Destination_typeLabel" runat="server" Text='<%#
Eval("Destination_type") %>' />
<br />
Location:
<asp:Label ID="LocationLabel" runat="server" Text='<%#
Eval("Location") %>' />
<br />
Tourist_attraction:
<asp:Label ID="Tourist_attractionLabel" runat="server" Text='<%#
Eval("Tourist_attraction") %>' />
<br />
Tour_start_from:
<asp:Label ID="Tour_start_fromLabel" runat="server" Text='<%#
Eval("Tour_start_from") %>' />
<br />
Image:
<asp:Label ID="ImageLabel" runat="server" Text='<%# Eval("Image")
%>' />
<br />
<br /></span>
</SelectedItemTemplate>
</asp:ListView>
</center>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</asp:Content>
Tourb.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withloginMasterPage.master" AutoEventWireup="true"
CodeFile="tourb.aspx.cs" Inherits="tourb" %>
48
<p>
<br />
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-
Names="Arial" Font-Size="40px" ForeColor="White" Text="Book
Here"></asp:Label>
</p>
<p>
</p>
<p>
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text="Tour ID"></asp:Label>
<asp:TextBox ID="txttid" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ControlToValidate="txttid" ErrorMessage="Enter tour ID"
ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text=" Name"></asp:Label>
<asp:TextBox ID="txtnm" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server"
ControlToValidate="txtnm" ErrorMessage="must enter valid name"
ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
<asp:Label ID="Label7" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text=" E-mail"></asp:Label>
<asp:TextBox ID="txtmail" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator8" runat="server"
ControlToValidate="txtmail" ErrorMessage="Enter Valid E-mail"
ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
<asp:Label ID="txtdate" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text="Date"></asp:Label>
<asp:TextBox ID="txtdate1" runat="server"
BorderStyle="Outset" Height="27px" style="margin-left: 6px" Width="333px"
TextMode="Date"></asp:TextBox>
</p>
<p style="height: 34px">
<asp:Label ID="Label8" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text=" Tour members"></asp:Label>
<asp:TextBox ID="txttrmem" runat="server"
BorderStyle="Outset" Height="27px" style="margin-left: 6px"
Width="333px"></asp:TextBox>
49
p>
<p>
<asp:Label ID="txtcon" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text="Contact No."></asp:Label>
<asp:TextBox ID="txtcon1" runat="server"
BorderStyle="Outset" Height="27px" style="margin-left: 6px" Width="333px"
></asp:TextBox>
Feedback.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withloginMasterPage.master" AutoEventWireup="true"
CodeFile="feedback.aspx.cs" Inherits="feedback" %>
50
<p>
<asp:TextBox ID="txtfmn" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="27px" style="margin-left: 6px"
Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator10"
runat="server" ControlToValidate="txtfmn" ErrorMessage=" enter valid name"
ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-
Size="22px" ForeColor="#CCCCCC" Text="Message"></asp:Label>
</p>
<p>
<asp:TextBox ID="txtmsg" runat="server" BackColor="#CCCCCC"
BorderStyle="Outset" Height="81px" style="margin-left: 6px"
Width="333px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator11"
runat="server" ControlToValidate="txtmsg" ErrorMessage="must enter
message" ForeColor="Red"></asp:RequiredFieldValidator>
</p>
<p>
</p>
<p>
<asp:Button ID="btnsub" runat="server" BackColor="#00CC00" Font-
Bold="True" Font-Names="Arial" Font-Size="20pt" Height="39px"
OnClick="btnsub_Click" Text="Submit" Width="128px" />
</p>
<p>
<p>
</asp:Content>
Addtour.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withadminloginMasterPage.master"
AutoEventWireup="true" CodeFile="addtour.aspx.cs" Inherits="addtour" %>
</p>
<p>
<asp:Label ID="Label2" runat="server" Font-Bold="True" Font-
Size="20px" ForeColor="#CCCCCC" Text="Tour ID"></asp:Label>
51
<asp:TextBox ID="txttid" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label3" runat="server" Font-Bold="True" Font-Size="20px"
ForeColor="#CCCCCC" Text="Tour "></asp:Label>
<asp:TextBox ID="txttour" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label4" runat="server" Font-Bold="True" Font-Size="20px"
ForeColor="#CCCCCC" Text="Destination Type"></asp:Label>
<asp:TextBox ID="txtdesti" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label5" runat="server" Font-Bold="True" Font-Size="20px"
ForeColor="#CCCCCC" Text="Located at"></asp:Label>
<asp:TextBox ID="txtlocation" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label6" runat="server" Font-Bold="True" Font-Size="20px"
ForeColor="#CCCCCC" Text="Tourist Attraction"></asp:Label>
<asp:TextBox ID="txtatt" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Size="20px"
ForeColor="#CCCCCC" Text="Tour Start from"></asp:Label>
<asp:TextBox ID="txtrate" runat="server" BorderStyle="Outset"
Height="27px" style="margin-left: 6px" Width="333px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label8" runat="server" Font-Bold="True" Font-Size="20px"
ForeColor="#CCCCCC" Text="Select image"></asp:Label>
<asp:FileUpload ID="File" runat="server" />
</p>
<p>
<asp:Button ID="btnsub" runat="server" BackColor="#00CC00" Font-
Bold="True" Font-Names="Arial" Font-Size="20pt" Height="38px"
Text="Submit" Width="139px" OnClick="btnbook_Click1" />
</p>
<p>
</p>
<p>
</p>
<p>
</p>
52
</asp:Content>
Viewbooking.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withadminloginMasterPage.master"
AutoEventWireup="true" CodeFile="viewbooking.aspx.cs"
Inherits="viewbooking" %>
53
<SortedAscendingCellStyle BackColor="#E9E7E2" />
<SortedAscendingHeaderStyle BackColor="#506C8C" />
<SortedDescendingCellStyle BackColor="#FFFDF8" />
<SortedDescendingHeaderStyle BackColor="#6F8DAE" />
</asp:GridView>
</p>
<p>
</p>
<p>
</p>
</asp:Content>
viewfeedback.aspx
<%@ Page Title="" Language="C#"
MasterPageFile="~/withadminloginMasterPage.master"
AutoEventWireup="true" CodeFile="viewfeedback.aspx.cs"
Inherits="viewfeedback" %>
54
<SortedAscendingCellStyle BackColor="#E9E7E2" />
<SortedAscendingHeaderStyle BackColor="#506C8C" />
<SortedDescendingCellStyle BackColor="#FFFDF8" />
<SortedDescendingHeaderStyle BackColor="#6F8DAE" />
</asp:GridView>
</p>
<p>
</p>
</asp:Content>
55