📄 viewknowdetail.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ViewKnowDetail.aspx.cs" Inherits="Web_ViewKnowDetail" %>
<!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 id="Head1" runat="server">
<title>查看知识条目</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="1" cellpadding="1" cellspacing="1" style="width: 100%">
<tr>
<td style="width: 100px">
<asp:Label ID="LabTitle" runat="server" Text="标题:"></asp:Label></td>
<td>
<asp:Label ID="LabKnowTile" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="LabContent" runat="server" Text="内容:"></asp:Label></td>
<td style="width: 100px">
<asp:TextBox ID="TxbContent" runat="server" Height="200px" ReadOnly="True" TextMode="MultiLine"
Width="400px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px; height: 23px">
<asp:Label ID="LabpUsername" runat="server" Text="发布人:"></asp:Label></td>
<td style="width: 100px; height: 23px">
<asp:Label ID="LabKnowpUser" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
<asp:Label ID="Labissuetime" runat="server" Text="发布时间:"></asp:Label></td>
<td>
<asp:Label ID="LabKnowIssuetime" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 100px">
</td>
<td style="width: 100px">
<asp:Button ID="BtnClose" runat="server" OnClick="BtnBack_Click" Text="关闭" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -