Principales respuestas
Como agregar filo de abajo a los td desde vb.net

Pregunta
-
Buenas
Tengo unas tablas creadas en htmlpage1.thml
y las rellenos con datos desde vb.net
pero si las quiero vacia me salen sin datos ni el filo del marco de abajo del td
como puedo agregar que se vea ese marco inferior
Gracias
If (Not (CType(sender, WebBrowser).Document Is Nothing)) Then With CType(sender, WebBrowser).Document 'CARGA EN LA TABLA MALTAS Dim TableBodyMaltas = .GetElementById("idTBody_Maltas") Dim TotalPesoMaltas As Decimal = 0 For Row = 0 To Nu_Maltas.Value Dim TableRow = .CreateElement("TR") TableBodyMaltas.AppendChild(TableRow) Dim TableCell As HtmlElement = .CreateElement("TD") TableCell.InnerText = " " TableCell.SetAttribute("align", "Left") TableRow.AppendChild(TableCell) TableCell = .CreateElement("TD") TableRow.AppendChild(TableCell) Next .GetElementById("totalPesoMaltas").InnerHtml = TotalPesoMaltas.ToString("N2") 'CARGA EN LA TABLA MALTAS End With End If
Respuestas
-
Lo encontre
Gracias a todos
tdAlert.Style = "width: 547px; border-left-color: red; border-bottom-color: red; border-top-style: solid; border-top-color: red; border-right-style: solid; border-left-style: solid; border-right-color: red; border-bottom-style: solid;"
- Marcado como respuesta JETET jueves, 23 de noviembre de 2017 11:45
Todas las respuestas
-
-
Lo encontre
Gracias a todos
tdAlert.Style = "width: 547px; border-left-color: red; border-bottom-color: red; border-top-style: solid; border-top-color: red; border-right-style: solid; border-left-style: solid; border-right-color: red; border-bottom-style: solid;"
- Marcado como respuesta JETET jueves, 23 de noviembre de 2017 11:45