-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsellerdataupdate.aspx
34 lines (31 loc) · 2.75 KB
/
sellerdataupdate.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
<%@ Page Title="" Language="C#" MasterPageFile="~/Home.master" AutoEventWireup="true" CodeFile="sellerdataupdate.aspx.cs" Inherits="sellerdataupdate" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div><center>
<br />
<br /> <!--<hr color="FD7E29" /> -->
<br />
<br />
<br />
<table><big>
<tr><td><h5>Your first Name:</h5></td><td> <h5><asp:TextBox ID="TextBox1" runat="server" BorderColor="#FF6600"></asp:TextBox> </h5> </td>
<td><h5> Your Last Name:
</h5></td><td><h5><asp:TextBox ID="TextBox2" runat="server" BorderColor="#FF6600" autocomplete="off"></asp:TextBox></h5></td>
</tr><tr><td><h5>Your User Id:
</h5></td><td><h5><asp:TextBox ID="TextBox3" runat="server" ReadOnly="true" BorderColor="#FF6600" autocomplete="off"></asp:TextBox></h5></td>
<td><h5> Contact No:
</h5></td><td><h5><asp:TextBox ID="TextBox4" runat="server" BorderColor="#FF6600" autocomplete="off"></asp:TextBox></h5></td></tr>
<tr><td><h5>Address:
</h5></td><td><h5><asp:TextBox ID="TextBox8" runat="server" BorderColor="#FF6600" autocomplete="off"></asp:TextBox></h5></td>
<td><h5> Question 1: What is Your TV name:
</h5></td><td><h5><asp:TextBox ID="TextBox5" runat="server" bordercolor="#fd7e00" autocomplete="off"></asp:TextBox></h5></td></tr>
<tr><td><h5>Question 2: Grandmothe Name:
</h5></td><td><h5><asp:TextBox ID="TextBox6" runat="server" BorderColor="#FF6600" autocomplete="off"></asp:TextBox></h5></td>
<td><h5> Question 3: What is your Edecutation:
</h5></td><td><h5><asp:TextBox ID="TextBox7" runat="server" BorderColor="#FF6600" autocomplete="off"></asp:TextBox></h5></td></tr>
<tr><td><br /></td></tr>
<tr><td colspan="4"><center><asp:Button ID="Button2" runat="server" Text="Edit" OnClick="Button2_Click" Width="229px" Height="32px"></asp:Button> <asp:Button ID="Button1" runat="server" Text="Update" OnClick="Button1_Click" Width="229px" Height="32px"></asp:Button> <asp:Button ID="Button3" runat="server" Text="Cancel" OnClick="Button4_Click" Width="229px" Height="32px"></asp:Button></center></td></tr>
</big> </table>
</center></div>
</asp:Content>