Thanks Mate.....
But i guess u took me wrong...
I mean the menu, kind of comes horizontally on which mouseover,
mouseout etc. events gets fired.
I guess u have understood my requirement.
Any suggesion???..
Thanks,
Amit Arora
Kris - 17 Feb 2006 12:21 GMT
Hi Amit,
Yes. You can do this very well. Create a custom control which outputs
HTML text, and add onMouseOver, onMouseOut client events to display or
hide the tables accordingly. Handle these events with the help of
Javascript and CSS.
Once I did similar kind of dynamic menu generation with the help of XML
and Vb.Net.
Cheers,
Kris
Edwin Knoppert - 17 Feb 2006 13:53 GMT
On this site:
http://www.hellobasic.com/dotnet/imgmap1/default.aspx
I used the *ordinary* asp:Menu (for *this* specific example you'll need
MSIE, flaw in Opera).
It shows: File, Edit and Help with menus.
> Thanks Mate.....
> But i guess u took me wrong...
[quoted text clipped - 5 lines]
> Thanks,
> Amit Arora
DWS - 17 Feb 2006 16:46 GMT
Horizontal with asp.net menu control you have to create seperate menus for
each column similar to how Kris built his but going across.
> On this site:
>
[quoted text clipped - 14 lines]
> > Thanks,
> > Amit Arora