一个DataList和TextBox的问题 100
<asp:DataListID="DataList1"runat="server"Width="730px"Style="background-image:url(pho...
<asp:DataList ID="DataList1" runat="server" Width="730px" Style="background-image: url(photo/xgonggao.jpg); border-top-width: 1px; border-left-width: 1px; border-left-color: buttonshadow; background-attachment: fixed; border-bottom-width: 1px; border-bottom-color: buttonshadow; border-top-color: buttonshadow; background-repeat: no-repeat; border-right-width: 1px; border-right-color: buttonshadow; background-position: 50% 50%;" Height="470px">
<ItemTemplate>
<table>
<tr style="font-weight: bold; font-size: large; text-align: center; text-decoration: underline;">
<td>
<%# Eval("title") %>
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Width="100%" Height="360px" Text='<%# Eval("content") %>'></asp:TextBox>
</td>
</tr>
<tr style="text-align: right">
<td>
<%# Eval("time", "{0:yyyy-MM-dd}")%>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
就是想实现如图这样的效果
我数据库字段content里面存放的是HTML代码
如果这样写的话<td><%# Eval("content") %></td>能识别HTML代码,但是内容多的话,就会拉得很长。
所以这样写的话<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Width="100%" Height="360px" Text='<%# Eval("content") %>'></asp:TextBox>它又不能识别HTML代码。
请问应该怎么样实现像这图片这种风格的又能识别HTML代码的。谢谢! 展开
<ItemTemplate>
<table>
<tr style="font-weight: bold; font-size: large; text-align: center; text-decoration: underline;">
<td>
<%# Eval("title") %>
</td>
</tr>
<tr>
<td>
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Width="100%" Height="360px" Text='<%# Eval("content") %>'></asp:TextBox>
</td>
</tr>
<tr style="text-align: right">
<td>
<%# Eval("time", "{0:yyyy-MM-dd}")%>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList>
就是想实现如图这样的效果
我数据库字段content里面存放的是HTML代码
如果这样写的话<td><%# Eval("content") %></td>能识别HTML代码,但是内容多的话,就会拉得很长。
所以这样写的话<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Width="100%" Height="360px" Text='<%# Eval("content") %>'></asp:TextBox>它又不能识别HTML代码。
请问应该怎么样实现像这图片这种风格的又能识别HTML代码的。谢谢! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询