APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

ASP.NET Controls

ASP.NET ComboBox
ComboBox
The professional replacement for the classic ASP.NET DropDownList component.

ASP.NET DataGrid
DataGrid
The server control to display data in a tabular format with options of choice, sorting and editing entries.

ASP.NET Include
Include
The server control to include a HTML files into your ASP.NET pages as Server Side Includes (SSI).

ASP.NET Menu
Menu
The server control to display both statically and dynamically created menus on your Web pages.

ASP.NET Rating
Rating
The server control to easily provide feedback on an article, blog item, product description, etc.

ASP.NET TreeView
TreeView
The ASP.NET server control to display hierarchical data in a tree structure.





How can I create the menu dynamically on my ASPX page?

You can programmatically control any Menu Item at runtime to easily create/manage Menus on the fly. Create empty XML Document, set the DataSource property and call the DataBind() method.

myMenu.DataSource = new XmlDocument();
myMenu.DataBind();


APNSoft Menu provides an extremely rich and powerful server-side API allowing developer to add, remove or edit elements and element collections by using the MenuElement and MenuElementCollection classes.

The Live Demo with code samples is available.


 Search Options:
Topic:    Search for:
  Match:
       

APNSoft FAQ Manager 1.0 (38)   © 2003-2024 APNSoft. All rights reserved.


© 2003-2024 APNSoft. All rights reserved.    Terms of use.