📄 批查看职工体检信息.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="批查看职工体检信息.aspx.vb" Inherits="批查看职工体检信息" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="empno"
DataSourceID="SqlDataSource1" Height="135px" Style="z-index: 100; left: 10px;
position: absolute; top: 1px" Width="585px">
<Columns>
<asp:BoundField DataField="empno" HeaderText="empno" ReadOnly="True" SortExpression="empno" />
<asp:BoundField DataField="shenggao" HeaderText="shenggao" SortExpression="shenggao" />
<asp:BoundField DataField="tizhong" HeaderText="tizhong" SortExpression="tizhong" />
<asp:BoundField DataField="shili" HeaderText="shili" SortExpression="shili" />
<asp:BoundField DataField="xueya" HeaderText="xueya" SortExpression="xueya" />
<asp:BoundField DataField="gumidu" HeaderText="gumidu" SortExpression="gumidu" />
<asp:BoundField DataField="gangongneng" HeaderText="gangongneng" SortExpression="gangongneng" />
<asp:BoundField DataField="shenggongneng" HeaderText="shenggongneng" SortExpression="shenggongneng" />
<asp:BoundField DataField="cheadv" HeaderText="cheadv" SortExpression="cheadv" />
</Columns>
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:usersConnectionString2 %>"
SelectCommand="SELECT * FROM [checkinfo]"></asp:SqlDataSource>
<asp:Button ID="Button1" runat="server" Height="42px" Style="z-index: 102; left: 101px;
position: absolute; top: 227px" Text="返回" Width="114px" />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -