I want to create a menu listing of the files in a specific directory, is that possible? Can you point me in the right direction?
Hi,
It is possible. You can save the directory structure in an C# object and then use the ObjectDataSource and bind to it. You can also take a look on how to use hierarchical data source with WebDataMenu below.
http://samples.infragistics.com -> ASP.NET -> WebDataMenu -> Hierarchical Data
Check the sample code here:
http://samples.infragistics.com/2010.3/WebFeatureBrowser/srcview.aspx?path=WebDataMenu/WebMenuHierarchical.src&file=WebMenuHierarchical.aspx&font=3
Hope it helps.
Thanks,
Lubomir