Home All Groups Group Topic Archive Search About

A bug? Transparent Dynamic Item!

Author
17 Jan 2006 8:46 PM
enhung
I try a Dynamic menu Item a transparent one like this
<DynamicMenuItemStyle BackColor="Transparent" ForeColor="Transparent" />
         <DynamicMenuStyle BackColor="Transparent" ForeColor="Transparent"/>
and this wroks at design time.But at run time, it turns out not working.
Is this a bug or something? I've been working on this for several days.

Can anybody give me a help on this. I know may be I can work it around by
coding. But I wish to find out it's a bug or I have wrong setting.

I use Visual Web developer express.

Author
19 Jan 2006 1:33 AM
waki
Hi enhung:

Would you try my menu control: WakiCoolBar for asp.net 2.0

download1: http://www.handyrec.com/wakicoolbar_en.zip
download2: http://www.aspxcontrol.net/download/wakicoolbar_en.zip
our website: http://www.aspxcontrol.net


Show quoteHide quote
"enhung" wrote:

> I try a Dynamic menu Item a transparent one like this
>  <DynamicMenuItemStyle BackColor="Transparent" ForeColor="Transparent" />
>          <DynamicMenuStyle BackColor="Transparent" ForeColor="Transparent"/>
> and this wroks at design time.But at run time, it turns out not working.
> Is this a bug or something? I've been working on this for several days.
>
> Can anybody give me a help on this. I know may be I can work it around by
> coding. But I wish to find out it's a bug or I have wrong setting.
>
> I use Visual Web developer express.