温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:51aspx修正版简单三层留言板源码
当前文件:
LeaveMessageMVC/LMControl/ShowOneDetailMessage.ascx,打开代码结构图
LeaveMessageMVC/LMControl/ShowOneDetailMessage.ascx,打开代码结构图1<%@ Control Language="C#" AutoEventWireup="true" Inherits="LMControl_ShowOneDetailMessage" Codebehind="ShowOneDetailMessage.ascx.cs" %> 2
3
<table id="wbt" border="1" align="center" style="width: 700px; "> 4
<tr> 5
<td style="width: 100%; height:25px"> 6
标题:<asp:Label ID="LMTitle" runat="server" Text="Title" Height="21px" Width="90%"></asp:Label> 7
</td> 8
</tr> 9
<tr> 10
<td style="width: 100%; height:25px"> 11
留言作者:<asp:Label ID="LMOwner" runat="server" Text="OwnerName" Height="21px" Width="120px"></asp:Label> 12
QQ/MSN:<asp:Label ID="LMQQMSN" runat="server" Text="QQMSN" Height="21px" Width="120px"></asp:Label> 13
留言时间:<asp:Label ID="LMSubmittime" runat="server" Text="Datetime" Height="18px" Width="180px" ForeColor="DarkGray"></asp:Label></td> 14
</tr> 15
<tr> 16
<td style="width: 100%; vertical-align: text-top; text-align: left; padding-right: 5px; padding-left: 5px; padding-bottom: 5px; padding-top: 5px;"> 17
<asp:Label ID="LMContents" runat="server" Text="Label" Height="100%" Width="100%" style="word-break : break-all;"></asp:Label></td> 18
</tr> 19
</table> 20



