?? userinterfacecontrol.ascx
字號:
<%@ Control Language="C#" AutoEventWireup="true" Inherits="UserFaceControl_UserInterfaceControl" Codebehind="UserInterfaceControl.ascx.cs" %>
<%--<asp:DataList ID="LeaveMessageList" runat="server" OnItemCommand="LeaveMessageList_ItemCommand" Width="500px">
<ItemTemplate>
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td><b>主題:<%# DataBinder.Eval(Container.DataItem,"Title") %></b></td>
</tr>
<tr>
<td style="font-size:smaller">
作者:<%# DataBinder.Eval(Container.DataItem,"User") %>
QQ/MSN:<%# DataBinder.Eval(Container.DataItem,"QQMSN") %>
<font color="gray"><%# DataBinder.Eval(Container.DataItem,"SubmitTime") %></font>
</td>
</tr>
<tr>
<td>
<div style="margin-left:4px; margin-right:4px; margin-top:2px; margin-bottom:2px">
<asp:Label ID="LContents" runat="server" Width="100%" Text=<%# DataBinder.Eval(Container.DataItem,"Contents") %> style="word-break:break-all" />
</div>
</td>
</tr>
<tr align="right">
<td><asp:LinkButton ID="wb" runat="server" CommandName=<%# DataBinder.Eval(Container.DataItem,"ID") %> Text="回復"/> </td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
<br />
<table id="lmt" border="1" style="width: 500px; height: 180px">
<tr>
<td style="width: 100%; height:25px">
用戶名:<asp:TextBox ID="TBuser" runat="server" Height="21px" Width="100px"></asp:TextBox>
QQ / MSN:<asp:TextBox ID="TBQQMSN" runat="server" Height="21px" Width="118px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100%; height:25px">
留言標題:<asp:TextBox ID="TBtitle" runat="server" Height="21px" Width="297px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100%; height:100px">
留言信息:<br />
<asp:TextBox ID="TBcontents" runat="server" Height="80px" Width="390px" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100%; height:30px; text-align: center;">
<asp:Button ID="Submit" runat="server" Text="提交" OnClick="Submit_Click" /></td>
</tr>
</table>--%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -