Skip to content

rmlarios/how-to-implement-a-master-detail-scenario-in-aspxmenu-e5192

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to implement a master-detail scenario in ASPxMenu

This example demonstrates how to implement a master-detail scenario using ASPxMenu.
Root elements will show Categories from the Northwind database, and child ones will show Products belonging to those categories.
To achieve the goal we'll use custom implementation of the IHierarchicalDataSource interface as an ASPxMenu's datasource and LinqToSql DataContext to fill it with items.
For more details, please see the example.

See also another way to bind ASPxMenu to a database:
ASPxMenu - How to bind a control to a database


About

.NET, ASP.NET Web Forms, Navigation, Layout & Multi-Purpose Controls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 87.9%
  • Classic ASP 12.1%