Hi,
I'm trying to create a database driven dropdown menu. For now i'm using a EO.WEB third party component for ASP, which is preety good, but it doesen't give me quite what I need (design-wise). I have a SQL procedure written which gives me the child node names for the menu and their links (eg. CAST(('showInfo.aspx?cityId='+''+CAST(dbo.city.id AS varchar(50))+'&'+'typeId='+CAST(dbo.object_type.id AS varchar(50))) AS varchar(50)) AS 'WebSiteLink') I just need to find the simplest way to implement it and customize as much as possible.
A reference to a third party component or some other app or anything would be most helpfull!
Thanks in advance for the anwsers!