-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUpdate_Payment.aspx
37 lines (36 loc) · 2.03 KB
/
Update_Payment.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
<%@ Page Language="C#" MasterPageFile="~/MasterPage3.master" AutoEventWireup="true" CodeFile="Update_Payment.aspx.cs" Inherits="Update_Payment" Title="Poshora :: Update Payment" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<br />
<asp:Label ID="Label3" runat="server" Text="Label" Visible="False" Font-Bold="True" ForeColor="Green"></asp:Label>
<br />
<br />
<asp:Label ID="Label1" runat="server" Text="Shop :" Font-Bold="True"></asp:Label>
<asp:DropDownList ID="DropDownList1" runat="server" Width="455px">
</asp:DropDownList><br />
<br />
<asp:Label ID="Label2" runat="server" Text="Amount:" Font-Bold="True"></asp:Label>
<asp:TextBox ID="amount_textbox" runat="server"></asp:TextBox>
<asp:Label ID="Label4" runat="server" ForeColor="#C00000" Text="Fill up the amount."
Visible="False" Font-Bold="True"></asp:Label>
<br />
<br />
<br />
<br />
<asp:Button ID="Button1" runat="server" Height="28px" OnClick="Button1_Click" Text="Update"
Width="101px" Font-Bold="True" />
<br />
<br />
<br />
<br />
<br />
</asp:Content>