Site navigation...Javascript maybe?

Hello Everyone,

I am new to .Net technologies but no stranger to client-side. I understand that visual studio can dynamically generate the site navigation which is great, but what if I need to generate a customize site navigation (3 level) pull down menus? I can certainly employ javascript to do so, but is there a way to have the server-side communicate the menu system done in Javascript, this way breadcrumbs can be placed by visual studio. I would highly appreciate all your help with this, please.

Thanks.

Maybe I’m missing the point here but doesn’t it make the most sense to just query the database for the navigation values and write them out into your navigation structure such as an unordered list?

Thanks Jeff. Appreciate your help.