一个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代码的。谢谢!
展开
 我来答
百度网友d3ba069
2009-12-26 · TA获得超过789个赞
知道小有建树答主
回答量:294
采纳率:50%
帮助的人:109万
展开全部
试试用Label代替Textbox
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
Ai助教
2009-12-28 · TA获得超过202个赞
知道小有建树答主
回答量:285
采纳率:0%
帮助的人:182万
展开全部
html编码就可以啦。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式