-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCheckpass.aspx
More file actions
21 lines (19 loc) · 849 Bytes
/
Checkpass.aspx
File metadata and controls
21 lines (19 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<%@ Page Language="C#" MasterPageFile="~/HRLMS.master" AutoEventWireup="true" CodeFile="Checkpass.aspx.cs" Inherits="Password" Title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<center>
<table>
<tr>
<td style="height: 22px; text-align: left;" colspan="3">
Regno
<asp:TextBox ID="txtregno" runat="server" CssClass="input"></asp:TextBox>
<asp:Button ID="btnshow" runat="server" OnClick="btnshow_Click" Text="Show" /></td>
</tr>
<tr>
<td colspan="3">
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
</td>
</tr>
</table>
</center>
</asp:Content>