📄 updatepro.aspx
字号:
<%@ Page Language="VB" MasterPageFile="~/student/StudentMaster.master" AutoEventWireup="false" CodeFile="UpdatePro.aspx.vb" Inherits="student_UpdatePro" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table id="TABLE1" language="javascript" onclick="return TABLE1_onclick()">
<tr>
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
USER ID</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbUID" runat="server" BackColor="Silver" ReadOnly="True" Style="position: relative"
Width="173px"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 21px">
</td>
</tr>
<tr style="color: #000000">
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
Year</td>
<td align="left" style="width: 100px; height: 21px">
<asp:DropDownList ID="drlYear" runat="server" AutoPostBack="True" Width="100px">
<asp:ListItem Value="T.E"></asp:ListItem>
<asp:ListItem>B.E</asp:ListItem>
</asp:DropDownList></td>
<td align="left" style="width: 100px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator23" runat="server" ControlToValidate="drlYear"
CssClass="ValidationMessage" Display="Dynamic" ErrorMessage="*" SetFocusOnError="True"
ValidationGroup="vg1"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
Name</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbName" runat="server" BackColor="White" Style="position: relative"
Width="174px"></asp:TextBox><br />
Last Middel Name</td>
<td align="left" style="width: 100px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator16" runat="server" ControlToValidate="txbName"
CssClass="ValidationMessage" Display="Dynamic" ErrorMessage="*" SetFocusOnError="True"
ValidationGroup="vg1"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
<br />
Address<br />
</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbAddress" runat="server" BackColor="White" Height="42px" Style="position: relative"
TextMode="MultiLine"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator17" runat="server" ControlToValidate="txbAddress"
CssClass="ValidationMessage" Display="Dynamic" ErrorMessage="*" SetFocusOnError="True"
ValidationGroup="vg1"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
Phone No.</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbPhno" runat="server" BackColor="White" EnableViewState="False"
Width="174px"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 21px">
</td>
</tr>
<tr>
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
Mobile No.</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbMob" runat="server" BackColor="White" EnableViewState="False"
Width="174px"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 21px">
</td>
</tr>
<tr>
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
Date of Birth</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbDOB" runat="server" BackColor="White" Style="position: relative"
Width="173px"></asp:TextBox><br />
DD\MM\YY</td>
<td align="left" style="width: 100px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator18" runat="server" ControlToValidate="txbDOB"
CssClass="ValidationMessage" Display="Dynamic" ErrorMessage="*" SetFocusOnError="True"
ValidationGroup="vg1"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
SSC (%)</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbSSC" runat="server" BackColor="White" Width="175px"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator25" runat="server" ControlToValidate="txbSSC"
CssClass="ValidationMessage" Display="Dynamic" ErrorMessage="*" SetFocusOnError="True"
ValidationGroup="vg1"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="rvSSC" runat="server" ControlToValidate="txbSSC" CssClass="ValidationMessage"
Display="Dynamic" ErrorMessage="rvBE" MaximumValue="100" MinimumValue="40" SetFocusOnError="True"
Type="Double" ValidationGroup="vg1">Invalid</asp:RangeValidator></td>
</tr>
<tr style="color: #000000">
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
<asp:Label ID="lbIsHSC" runat="server"></asp:Label>(%)</td>
<td align="left" style="width: 100px; height: 21px">
<asp:TextBox ID="txbMarks" runat="server" BackColor="White" Width="174px"></asp:TextBox></td>
<td align="left" style="width: 100px; height: 21px">
<asp:RequiredFieldValidator ID="RequiredFieldValidator24" runat="server" ControlToValidate="txbMarks"
CssClass="ValidationMessage" Display="Dynamic" ErrorMessage="*" SetFocusOnError="True"
ValidationGroup="vg1"></asp:RequiredFieldValidator>
<asp:RangeValidator ID="rvMarks" runat="server" ControlToValidate="txbMarks" CssClass="ValidationMessage"
Display="Dynamic" ErrorMessage="rvBE" MaximumValue="100" MinimumValue="40" SetFocusOnError="True"
Type="Double" ValidationGroup="vg1">Invalid</asp:RangeValidator></td>
</tr>
<tr>
<td align="left" style="width: 118px; height: 21px; background-color: #ffcccc">
Stream</td>
<td align="left" style="width: 100px; height: 21px">
<asp:DropDownList ID="drlStream" runat="server" Width="108px">
<asp:ListItem>CSE</asp:ListItem>
<asp:ListItem>IT</asp:ListItem>
<asp:ListItem>ETRX</asp:ListItem>
<asp:ListItem>EXTC</asp:ListItem>
<asp:ListItem>MECH</asp:ListItem>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -