Side Menu

  • Thread starter Thread starter A.M
  • Start date Start date
A

A.M

Hi,

Developing a site with 25 pages. I can use one of following technique for a
complex side menu:

1) ASP.NET user controls
2) Frames
3) Server side includes

Which way is the best in ASP.NET ?

Thanks,
Ali
 
ASP.NET user controls would be the best way in almost all cases.
If you want to get fancy you could upgrade it to a custom control.
 
Back
Top