notifyuc.ascx
来自「ASP.NET网络编程从入门到精通书的源代码资料」· ASCX 代码 · 共 11 行
ASCX
11 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NotifyUC.ascx.cs" Inherits="UserControl_NotifyUC" %>
<table cellpadding="0" cellspacing="0" border="0" width="200" style="BORDER-COLLAPSE: collapse; background-color: #3b6bd1;height:50;" class="Text">
<tr>
<td style="width: 200px;" align="left"><hr style="width:98%;" size="1" /></td>
</tr>
<tr style="height:50;">
<td align="left" style="width: 200px;height:50; color: white;">
<%=Body%> <a href="../Desktop/ViewNotify.aspx" target="_blank">详细……</a>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?