Link to home
Start Free TrialLog in
Avatar of jcook32
jcook32Flag for United States of America

asked on

set background image on a table cell in vb.net codebehind

I want to set the background image of a table cell. i have an html table and I am using the runat=server.
 CType(tblMain.FindControl("tdSecondWeek"), HtmlTableCell).BgColor = "white"

the above works to set the bgcolor but I want to set a background image and then toggle between two different images. to give the appearance of active tabs like on this website.

please help

thanks

jcook32
ASKER CERTIFIED SOLUTION
Avatar of Elvio Lujan
Elvio Lujan
Flag of Argentina image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial