-
Notifications
You must be signed in to change notification settings - Fork 0
/
ventour.aspx
150 lines (143 loc) · 11.8 KB
/
ventour.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ventour.aspx.cs" Inherits="ventour" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style6 {
margin-left: 368px;
margin-right: 367px;
margin-top: 78px;
height: 1051px;
border:double;
border-color:brown;
background-color:burlywood;
opacity:0.9;
width: 704px;
}
.auto-style15 {
color: #000000;
}
.auto-style5 {
text-align: center;
margin-top: 0px;
height: 307px;
}
.style17
{
text-align: center;
}
.style28
{
text-align: left;
}
.auto-style16 {
text-align: center;
margin-top: 0px;
}
.auto-style17 {
margin-left: 88px;
}
.auto-style18 {
margin-left: 11px;
}
.auto-style19 {
margin-left: 31px;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<div class="auto-style6" style="background-position: -3px; background-image: none;">
<strong>
<br />
<br />
<br />
<span class="auto-style15"> </span>
<asp:Label ID="Label10" runat="server" CssClass="auto-style2" Text="Welcome "></asp:Label>
<asp:Label ID="Label11" runat="server" CssClass="auto-style2" Text="Label"></asp:Label>
<br />
</strong>
<br />
<strong>
<asp:Label ID="Label4" runat="server" CssClass="auto-style16" Text="Date Of Tour: "></asp:Label>
<br />
<a class="auto-style23" href="cnt.aspx"></a>
<br class="auto-style15" />
<asp:Label ID="Label13" runat="server" CssClass="auto-style16" Text="Name :"></asp:Label>
<asp:TextBox ID="TextBox6" runat="server" BackColor="#EAD5FF" BorderColor="Maroon" BorderStyle="Solid" CssClass="auto-style1" style="margin-left: 8px" Width="273px"></asp:TextBox>
<br />
<br />
<asp:Label ID="Label14" runat="server" CssClass="auto-style16" Text="Address : "></asp:Label>
<asp:TextBox ID="TextBox7" runat="server" BackColor="#EAD5FF" BorderColor="Maroon" BorderStyle="Solid" CssClass="auto-style1" style="margin-left: 0px" Width="272px"></asp:TextBox>
<br />
<br />
<asp:Label ID="Label15" runat="server" CssClass="auto-style16" Text="Contact : "></asp:Label>
<asp:TextBox ID="TextBox8" runat="server" BackColor="#EAD5FF" BorderColor="Maroon" BorderStyle="Solid" CssClass="auto-style1" style="margin-left: 4px" Width="272px"></asp:TextBox>
<br />
</strong>
<asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="#999999" CellPadding="4" CssClass="style20" DayNameFormat="Shortest" Font-Names="Verdana" Font-Size="8pt" ForeColor="Black" Height="180px" onselectionchanged="Calendar1_SelectionChanged" Width="698px">
<DayHeaderStyle BackColor="#CCCCCC" Font-Bold="True" Font-Size="7pt" />
<NextPrevStyle VerticalAlign="Bottom" />
<OtherMonthDayStyle ForeColor="#808080" />
<SelectedDayStyle BackColor="#666666" Font-Bold="True" ForeColor="White" />
<SelectorStyle BackColor="#CCCCCC" />
<TitleStyle BackColor="#999999" BorderColor="Black" Font-Bold="True" />
<TodayDayStyle BackColor="#CCCCCC" ForeColor="Black" />
<WeekendDayStyle BackColor="#FFFFCC" />
</asp:Calendar>
<br />
<asp:TextBox ID="TextBox2" runat="server" BackColor="#EAD5FF" BorderColor="Maroon" BorderStyle="Solid" CssClass="auto-style1" style="margin-left: 89px" Width="181px"></asp:TextBox>
<br />
<br />
<strong> <span class="auto-style15"> </span>
<asp:Label ID="Label2" runat="server" CssClass="auto-style16" Text="Location Of Venue:"></asp:Label>
</strong>
<br class="auto-style15" />
<br class="auto-style15" />
<span class="auto-style15"> </span>
<asp:DropDownList ID="DropDownList1" runat="server" BackColor="#EAD5FF" Height="42px" Width="104px">
<asp:ListItem>Kalyan</asp:ListItem>
<asp:ListItem>Dombivili</asp:ListItem>
<asp:ListItem>Ghatkopar</asp:ListItem>
<asp:ListItem>Thane</asp:ListItem>
</asp:DropDownList>
<br class="auto-style15" />
<br class="auto-style15" />
<strong><span class="auto-style15"> </span>
<asp:Label ID="Label6" runat="server" CssClass="auto-style15" Text="Time : "></asp:Label>
</strong>
<asp:TextBox ID="TextBox3" runat="server" CssClass="auto-style17" Width="176px"></asp:TextBox>
<br class="auto-style15" />
<span class="auto-style15"> </span>
<br class="auto-style15" />
<strong><span class="auto-style15"> <asp:Label ID="Label12" runat="server" CssClass="auto-style15" Text="Venue Code :"></asp:Label>
<asp:TextBox ID="TextBox5" runat="server" CssClass="auto-style19" Width="180px"></asp:TextBox>
</span></strong>
<br class="auto-style15" />
<div class="auto-style5">
<div class="auto-style16">
<span class="auto-style15">
<br />
<br />
</span><asp:Label ID="Label8" runat="server" CssClass="auto-style15" Text="Any Other Needs: "></asp:Label>
<asp:TextBox ID="TextBox4" runat="server" CssClass="auto-style18" Width="187px"></asp:TextBox>
<br class="auto-style15" />
<br class="auto-style15" />
<asp:Button ID="Button1" runat="server" BackColor="#E7FEFB" BorderColor="#FF3300" BorderStyle="Solid" CssClass="auto-style11" onclick="Button1_Click" OnClientClick="Confirm()" Text="Submit" />
<asp:Button ID="Button2" runat="server" BackColor="#E7FEFB" BorderColor="#FF3300" BorderStyle="Solid" CssClass="auto-style12" OnClick="Button2_Click" style="margin-left: 39px" Text="Reset" Width="62px" />
</div>
</div>
</div>
</div>
</form>
</body>
</html>