-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAddBook.aspx
24 lines (23 loc) · 1.54 KB
/
AddBook.aspx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<%@ Page Language="C#" MasterPageFile="~/MasterPage2.master" AutoEventWireup="true" CodeFile="AddBook.aspx.cs" Inherits="AddBook" Title="Poshora :: Add Book" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br />
<br />
<asp:Label ID="Label2" runat="server" Font-Bold="True"
Text="Choose Title,ISBN:" ForeColor="Black"></asp:Label>
<asp:DropDownList ID="DropDownList1" runat="server" Width="526px">
</asp:DropDownList>
<asp:Button ID="Next" runat="server" OnClick="Next_Click" Text="Next"
Width="66px" Font-Bold="True" /><br />
<br />
<br />
<asp:Button ID="newbook_button" runat="server" OnClick="newbook_button_Click" Text="Add a New Book" Font-Bold="True" /><br />
</asp:Content>