photo.ascx
来自「个人博客。。毕业设计````用来做毕业设计`」· ASCX 代码 · 共 16 行
ASCX
16 行
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Photo.ascx.cs" Inherits="WesternByte.MyBlog.Controls.Blog.Photo" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid; BORDER-COLLAPSE: collapse"
cellSpacing="0" cellPadding="0" width="240" border="1">
<tr align="center" height="30">
<td align="center" background="/Images/main/l-bg4.jpg" colSpan="2"><font color="#ffffff"><b>相册</b></font></td>
</tr>
<tr height="25">
<td><asp:datalist id="PhotoCategory" Runat="server">
<ItemStyle Height="20"></ItemStyle>
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem,"Category") %>
</ItemTemplate>
</asp:datalist></td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?