📄 newsuc.ascx
字号:
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="NewsUC.ascx.cs" Inherits="UserControl_NewsUC" %>
<table cellpadding="0" cellspacing="0" border="0" width="200" style="BORDER-COLLAPSE: collapse; background-color: #6699cc;">
<tr>
<td style="width: 200px;" align="left"><hr style="width:98%;" size="1" /></td>
</tr>
<tr>
<td style="width: 200px;">
<marquee id="ScrollNews" scrollamount="1" scrolldelay="50" direction="up" behavior="scroll"
height="182" onmousemove="stop()" onmouseout="start()">
<asp:DataList ID="NewsList" runat="server" Width="100%" CssClass="Text">
<ItemTemplate>
<a href='../Admin/Information/NewsInfo.aspx?NewsID=<%#DataBinder.Eval(Container.DataItem,"NewsID") %>' target="_blank"><%# DataBinder.Eval(Container.DataItem,"Desn") %></a>
</ItemTemplate>
<ItemStyle HorizontalAlign="Center" />
</asp:DataList>
</marquee>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -