Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
CSS Settings For WebExplorerBar Having Dynamic Data
posted

Hi,

I am using WebExplorerBar and I need to set css for its items. I am using XmlDataSource for WebExplorerBar data. I have defined a cssclass like

.modifiedCSS
{    
    background-colorblack;    
}

and in my Page Load even I am using following code-

MyWebExplorerBar.Groups[0].CssClass = "modifiedCSS";

But this code is throwing error that no item found at Index 0.

Please help.

Thanks.