求高手解答 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) 展开
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) 展开
2个回答
展开全部
好像是response.write("<br>")
追问
不对
追答
那你在页面文件中加入javascript脚本来操作,把脚本放在window.onload试试看行不行。控件里直接插标签不太可能,因为控件都是已经做好的,除非你重写控件。用javascript是让你的页面在客户端完全加载后,通过脚本来实现更改
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询