Microsoft.Web.UI.WebControls - TreeView
Hi, I'm using a TreeView control from Microsoft.Web.UI.WebControls. I'm able to successfully implement the treeview, but for one issue that's bugging me from quite sometime.
The background image of my body CSS class has an image attached. But when my TreeView control loads, inspite of the BackColor attribute of TreeView being set to Transparent, it still doesn't work.
Once the TreeView control loads, the background image is being hidden. This happens only to the portion which the TreeView occupies.
Any workaround to solve this issue. Thanks for replies.
Praveen
|