Hi i have a table which i was using with a datagrid using hyperlink to maintain a simple menu to browse a internal site. but now i decided to create a horizontal menu with the Menu Component of asp.net, i know there is a different way how to do this, using sitemap for example. but i really want to keep my table providing all the path.
My table have the following columns
Menu
Id_Menu
Title
URL
Option_Fun
Which Option_Fun identify the parent for example
1, Google, www.google.com, General
2, Yahoo, www.yahoo.com, General
so in that case i know that under General i have 2 links. well my thing is can i generate a menu using as datasource my table?
Thanks any other suggestion i will appreciate.