dlfordefault.ascx

来自「ASP.NET简洁论坛源代码 这是一个简单的论坛」· ASCX 代码 · 共 15 行

ASCX
15
字号
<%@ Control Language="c#" Inherits="doughty_cn.dlfordefault" CodeFile="dlfordefault.ascx.cs" %>
<%@ OutputCache Duration="600" VaryByParam="none"%>
	<asp:datalist id="DataList1" Width="100%" runat="server">
		<ItemTemplate>
			<TABLE style="TABLE-LAYOUT: fixed; WORD-BREAK: break-all" borderColor="#ffffff" height="22"
				cellSpacing="0" cellPadding="0" width="100%">
				<TR>
					<td>
						<asp:HyperLink id=HyperLink1 runat="server" Target="_blank" Text='<%# doughty_cn.inputcon.ConvertString.OutputText(DataBinder.Eval(Container.DataItem, "Q_Note").ToString(),0) %>' NavigateUrl='<%# DataBinder.Eval(Container.DataItem, "Q_ID","Browers.aspx?QID={0}") %>'>
					</asp:HyperLink></td>
				</TR>
			</TABLE>
		</ItemTemplate>
	</asp:datalist>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?