PDA

View Full Version : Using DataList for a Menu navigation


chelvis
11-03-2006, 08:26 PM
I am creating a navigation menu for my website. When the user clicks on a Category from the home page, it should go to the categories page and show all the products in the page. For example:

Category1
Product1
Product2
Product3
Category2
Category3

Every information comes from the database. Is DataList is the best tool for this? In this case, how do I display the categories and products - meaning in different sectoins? Does the datalist has some properties for this?