eyes Posted January 12, 2006 Posted January 12, 2006 I am using vb.net 2003. Can someone advice me how to dynamically set a htmltable cell's background image? Thanks I could only get to set the bgcolor only. Quote
jayceepoo Posted January 12, 2006 Posted January 12, 2006 Something like this should work: TableCell1.InnerHTML = "<img src=logo.gif>" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.