cyberdeminout
Programmer
Hi,
In .vb file,
Can anyone help me how to set backcolor of table cell in hex format(#ECECEC).
The following is one way to set backcolor in asp.net(vb) file.
tbCell.BackColor = Color.Red
In aspx page we can directly write <asp:tablecell backcolor="#3435343"/>
Please help me. thanks in advance.
Ram
In .vb file,
Can anyone help me how to set backcolor of table cell in hex format(#ECECEC).
The following is one way to set backcolor in asp.net(vb) file.
tbCell.BackColor = Color.Red
In aspx page we can directly write <asp:tablecell backcolor="#3435343"/>
Please help me. thanks in advance.
Ram