Yes, a web user control is often a good choice for a menu that will be
re-used on multiple pages.
If you want it used across multiple projects then you'd probably want to
make a custom control instead.
You might consider using an existing menu control such as these to get a
jump start:
[url]http://www.gotdotnet.ca/Demos/WebMenu/[/url]
[url]http://www.solpart.com/techcorner/SolpartMenuHistory.aspx[/url]
[url]http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm[/url]

--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]



"Boris Condarco" <bcondarco@sbef.gov.bo> wrote in message
news:uJF955%23PDHA.2248@TK2MSFTNGP11.phx.gbl...
> Hi,
>
> I am working with ASP.NET, in this order, I wrote an Authentication module
> to work with, now, I need to work with menus, so, i would like to hear
about
> your experience working with it. Is this a good choise to use web user
> control to build the menues?
>
> I would really appreciate if someone can point me to a sample application
>
> Thanks in advance...
>
> Boris
>
>