Do you like the Coalesys Bar / Menu ? Is it worthy of $299?
I'm trying it on a project, in which some pages must disable / hide some of
bars/menus. It seems not as easy as VB menu.
Thanks for any comment.
Kind regards,
Zhen
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional Windows Forms
ISBN: 1861005547
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------
"zZ" <z.z...@home.nl> wrote in message
news:Wuhp9.48659$48.55...@zwoll1.home.nl...
We are building the bar on the fly from an Oracle database so that we can
eventually allow users with different permissions to view only their groups and
items. We store the data in a session and cache the control so the performance
is fine.
"zZ" <z.z...@home.nl> wrote in message
news:Wuhp9.48659$48.55...@zwoll1.home.nl...
Jens
"zZ" <z.z...@home.nl> wrote in message
news:Wuhp9.48659$48.55...@zwoll1.home.nl...
You should be able to use the Items or Groups collection to programmatically
Add, Remove or Clear items before the menu renders. If you want to just
disable an Item, but leave it visible in the menu, then you would set the
Item.Enabled property to false.
Regards,
Joseph King
Coalesys, Inc
http://www.coalesys.com/
ASP.NET Menus and WebControls.
"zZ" <z.z...@home.nl> wrote in message
news:Wuhp9.48659$48.55...@zwoll1.home.nl...