moduletitle.ascx
来自「社会(Tags)标签文章管理系统源码 实现文章及Tags的在线管理」· ASCX 代码 · 共 13 行
ASCX
13 行
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="ModuleTitle.ascx.cs" Inherits="UserControl_ModuleTitle" %>
<table class="Table" bgcolor="#D8E7FA" width="100%" cellpadding="0" cellspacing="0" border="1">
<tr>
<td background='<%# Request.ApplicationPath + "/App_Themes/Web2ASPNET2/Images/titlebg.jpg" %>' colspan="2" height="25">
<table height="25" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="25" valign="middle" align="center"> <asp:Image ID="bgImage" runat="server" ImageUrl="~/App_Themes/Web2ASPNET2/Images/titleindex.gif" /></td>
<td><font class="ModuleTitle"> <b><%=title %></b></font></td>
</tr>
</table>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?