Populate Menu and SubMenu Dynamically from Database using Repeater control in ASP.Net.
I have a category Table and a subcategory Table
 
In category Table 
 
 
| Id | 
subcategory | 
image | 
description | 
cid | 
|   | 
  | 
  | 
  | 
  | 
 
The ID is identity in both the tables .. 
 
CID in subcategory table refers to ID in category table .
 
I have to design horizontal menu and data should populate dynamically from database.
 
can anybody help me.