求高手解答 ASP.NET(VB)程序中如何插入HTML代码???

DimrowAsTableRowDimcellAsTableCellDimunitPriceAsDoublerow=NewTableRow()cell=NewTableC... Dim row As TableRow
Dim cell As TableCell
Dim unitPrice As Double

row = New TableRow()

cell = New TableCell()
Dim label_product_color As New Label
Dim label_product_size As New Label
Dim label_product_quantity As New Label

label_product_quantity.Text = MyReader_cs.Item("ProductQuantity").ToString
label_product_color.Text = MyReader_cs.Item("ProductColor")
label_product_size.Text = MyReader_cs.Item("ProductSize")
cell.Controls.Add(label_product_color)

‘在这里想插入html line break 标签

cell.Controls.Add(label_product_size)
cell.Controls.Add(label_product_quantity)
product_color.Add(MyReader_cs.Item("ProductColor"))
product_size.Add(MyReader_cs.Item("ProductSize"))
product_real_quantity.Add(MyReader_cs.Item("ProductQuantity"))

'cell.Text = product_quantity(count).ToString

row.Cells.Add(cell)

Table1_shopping_cart_content.Rows.Add(row)
展开
 我来答
砍侃看
2012-04-17 · TA获得超过6153个赞
知道大有可为答主
回答量:6584
采纳率:69%
帮助的人:2102万
展开全部
好像是response.write("<br>")
追问
不对
追答
那你在页面文件中加入javascript脚本来操作,把脚本放在window.onload试试看行不行。控件里直接插标签不太可能,因为控件都是已经做好的,除非你重写控件。用javascript是让你的页面在客户端完全加载后,通过脚本来实现更改
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
百度网友30cc6ab
2012-04-17 · TA获得超过574个赞
知道小有建树答主
回答量:1336
采纳率:0%
帮助的人:851万
展开全部
你是要在控件里面插入HTML标签吧?
追问
对的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式