HomeCommunityControl GalleryNavigation ControlsMenusaspMENU.net

aspMENU.net



(2) Submit a Review

4,414 Downloads

58,064 Views


Description

An ASP.NET server control for constructing javascript DHTML menus, using Visual Studio.

By far the most advanced server control on the market.

Allowing Microsoft Visual Studio .NET users to create dynamic JavaScript menus within minutes. Typically this is a task that would take a developer days to program and maintain.

Using aspMENU.net server control is a point and click solution, menu content is created from a XML document or database. With so many features the possibilities are endless.

Syntax Example

<?xml version="1.0" encoding="utf-8" ?> <ASPMenu ExpandDelayTime="50" Orientation="Vertical" MenuGroupCss="MenuGroup" MenuItemCss="MenuItem" CssFile="BlueXP.css" MenuItemOverCss="MenuItemOver" EffectDuration="100" EnableAccessControlList="false" MenuItemHeight="30" TextAlignment="Left" Width="150" NestedArrowImage="right_white.gif" OffsetX="0" OffsetY="0" Opacity="100" ExpandEffect="None" OpenOnClick="false" PostBack="false" ImagesURL="images/" Scrollable="false" <!--Here we are using the ASP Menu Schema to ensure structurely correct XML --> xmlns="http://tempuri.org/ASPMenuSchema.xsd"> <MenuGroup> <MenuItem Caption="File"> <MenuGroup> <MenuItem Caption="Cut" /> <MenuItem Caption="Copy" /> <MenuItem Caption="Paste" /> <MenuItem Caption="Clear"> <MenuGroup> <MenuItem Caption="Formats" /> <MenuItem Caption="Contents" /> </MenuGroup> </MenuItem> </MenuGroup> </MenuItem> </MenuGroup> </ASPMenu>

Screenshots

Reviews

Submit a review

Has anyone gotten it to work with SQL Server?

Reviewed by: PaoloTCS on Thursday, December 04, 2003

3 Stars

I have been trying to use the app with the Database option, and in particular, using SQL Server. The help files are not complete in this respect, at least for me. Has anyone had success using this se-up, especially in an N-tiered architecture?

easy to use

Reviewed by: eway on Thursday, October 09, 2003

4 Stars

Great control to save time - has all the features of expensive controls.