-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebForm2.aspx
63 lines (54 loc) · 2.57 KB
/
WebForm2.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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="RCMC.WebForm2" %>
<%@ Register assembly="DevExpress.Web.v16.1, Version=16.1.8.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web" tagprefix="dx" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</body>
<p>
<dx:ASPxTabControl ID="ASPxTabControl1" runat="server" ActiveTabIndex="7" EnableTheming="True" TabPosition="Left" Theme="Mulberry">
<Tabs>
<dx:Tab Name="Medicine & health" Text="Medicine & health" NavigateUrl="~/Forms/DeleteBook.aspx">
</dx:Tab>
<dx:Tab Name="Human Anatomy, Cytology, Histology" Text="Human Anatomy, Cytology, Histology" NavigateUrl="~/Forms/LogIn2.aspx">
</dx:Tab>
<dx:Tab Name="Human physiology" Text="Human physiology" NavigateUrl="~/images/books.png">
</dx:Tab>
<dx:Tab Name="Personal health & Safety" Text="Personal health & Safety">
</dx:Tab>
<dx:Tab Name="Forensic medicine; Incidence of injuries, Wounds, Disease, Public preventive medicine" Text="Forensic medicine; Incidence of injuries, Wounds, Disease, Public preventive medicine">
</dx:Tab>
<dx:Tab Name="Pharmacology and Therapeutics" Text="Pharmacology and Therapeutics">
</dx:Tab>
<dx:Tab Name="Diseases" Text="Diseases">
</dx:Tab>
<dx:Tab Name="Surgery, Regional medicine, Dentistry, Ophthalmology, Otology, Audiology" Text="Surgery, Regional medicine, Dentistry, Ophthalmology, Otology, Audiology">
</dx:Tab>
<dx:Tab Name="Gynecology, Obstetrics, Pediatrics, Geriatrics" Text="Gynecology, Obstetrics, Pediatrics, Geriatrics">
</dx:Tab>
</Tabs>
</dx:ASPxTabControl>
</p>
<p>
</p>
<p>
</p>
<p>
<dx:ASPxMenu ID="ASPxMenu1" runat="server">
<Items>
<dx:MenuItem Name="mnb" Text="mnb">
</dx:MenuItem>
<dx:MenuItem Name="ahr" Text="asp">
</dx:MenuItem>
<dx:MenuItem Name="wes" Text="wes">
</dx:MenuItem>
</Items>
</dx:ASPxMenu>
</p>
</form>
</html>