R
Robin Bonin
I have a user control, htmlBlock_ProductThumb that I would like to add to a
dot net table. I'm not sure how to get the output of the usercontrol into
the cell.
Dim newCell As New TableCell
Dim newRow As New TableRow
Dim productThumb As New htmlBlock_ProductThumb
newCell.Controls.Add = productThumb ?
dot net table. I'm not sure how to get the output of the usercontrol into
the cell.
Dim newCell As New TableCell
Dim newRow As New TableRow
Dim productThumb As New htmlBlock_ProductThumb
newCell.Controls.Add = productThumb ?