-
Notifications
You must be signed in to change notification settings - Fork 0
/
UpdateApplication.aspx
81 lines (81 loc) · 5.14 KB
/
UpdateApplication.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
<%@ Page Title="" Language="C#" MasterPageFile="~/Site1.Master" AutoEventWireup="false" CodeBehind="UpdateApplication.aspx.cs" Inherits="HDFC_Loans.UpdateApplication" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder2" runat="server">
<p>
<asp:Label ID="Label2" runat="server" Text="UPDATE LOAN APPLICATION "></asp:Label>
</p>
<p>
</p>
<p>
<asp:Label ID="Label11" runat="server" Text="Loan No:"></asp:Label>
<asp:TextBox ID="TextBox9" runat="server" OnTextChanged="TextBox1_TextChanged" Width="335px"></asp:TextBox>
</p>
<p>
<br />
<asp:Label ID="Label1" runat="server" Text="Saving Account No:"></asp:Label>
<asp:TextBox ID="TextBox1" runat="server" Width="335px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label3" runat="server" Text="Account Holder Name:"></asp:Label>
<asp:TextBox ID="TextBox2" runat="server" Width="335px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label4" runat="server" Text="Loan Category:"></asp:Label>
<asp:DropDownList ID="DropDownList1" runat="server" Width="335px">
<asp:ListItem>Property Loan</asp:ListItem>
<asp:ListItem>Personnal Loan</asp:ListItem>
</asp:DropDownList>
</p>
<p>
<asp:Label ID="Label5" runat="server" Text="Loan Type:"></asp:Label>
<asp:DropDownList ID="DropDownList2" runat="server" Width="335px">
<asp:ListItem>Education Loan</asp:ListItem>
<asp:ListItem>Home Loan</asp:ListItem>
</asp:DropDownList>
</p>
<p>
<asp:Label ID="Label6" runat="server" Text="Loan Issue Date:"></asp:Label>
<asp:TextBox ID="TextBox5" runat="server" Width="335px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label7" runat="server" Text="Loan Amount:"></asp:Label>
<asp:TextBox ID="TextBox6" runat="server" Width="335px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label8" runat="server" Text="Current Address:"></asp:Label>
<asp:TextBox ID="TextBox7" runat="server" Width="335px"></asp:TextBox>
</p>
<p>
<asp:Label ID="Label9" runat="server" Text="Loan Remarks:"></asp:Label>
<asp:TextBox ID="TextBox8" runat="server" Width="335px" OnTextChanged="TextBox1_TextChanged"></asp:TextBox>
</p>
<p>
</p>
<p>
<asp:Label ID="Label10" runat="server" Text="Label"></asp:Label>
</p>
<p>
<asp:Button ID="Button1" runat="server" Text="Update Application" Width="194px" OnClick="Button1_Click" />
<asp:Button ID="Button3" runat="server" Text="Get Loan Details" Width="194px" OnClick="Button3_Click" />
</p>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
</asp:Content>