📄 chakantongzhi.aspx
字号:
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="chakantongzhi.aspx.vb" Inherits="chakantongzhi" %>
<!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>
<style type="text/css">
<!--
body,td,th {
font-size: 10pt;
color: #000000;
}
body {
background-color: #00CCFF;
}
-->
</style>
</head>
<body style="background-image: url(图片/7d8e3733deed41f41b4cffc0.jpg)">
<form id="form1" runat="server">
<div>
<p> </p>
<p style="color: red">您的用户名:<asp:Label ID="Label1" runat="server" Text="Label"></asp:Label></p>
<p style="color: red">欢迎使用本教务系统</p>
<p>
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="AccessDataSource1" DataKeyNames="ID" Width="416px">
<Columns>
<asp:BoundField DataField="主题" HeaderText="主题" SortExpression="主题" />
<asp:BoundField DataField="时间" HeaderText="时间" SortExpression="时间" />
<asp:BoundField DataField="内容" HeaderText="内容" SortExpression="内容" />
<asp:CommandField ButtonType="Button" HeaderText="查看详细" ShowSelectButton="True" ShowCancelButton="False" />
</Columns>
</asp:GridView>
</p>
<div style="z-index: 101; left: 480px; width: 299px; position: absolute; top: 304px;
height: 279px; font-weight: bold; color: yellow;">
通知详细<br />
<asp:TextBox ID="TextBox1" runat="server" Height="246px" Width="289px"></asp:TextBox></div>
<p>
<asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/db1.mdb"
SelectCommand="SELECT [主题], [时间], [ID], [内容] FROM [tongzhi]"></asp:AccessDataSource>
<asp:Button ID="Button1" runat="server" Text="返回" />
<asp:Label ID="Label2" runat="server" Text="Label" Visible="False"></asp:Label></p>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -