I have to create a simple, one-level menu in an ASP.NET website clicking on whose items would result in displaying an apt .ascx file on the remaining screen area. I would like to know which is the most suitable method to achieve this:
- ASP.NET Menu control
- HTML ul tag
- HTML table with hyper-links within the cells
- Any other way (which I wasn't able to identify)
Apologies if it's a silly question, but I am experimenting with and gradually taking up ASP.NET, so wanted to learn the best practices/usages.
Thanks for the help!