2
Answers

Populate Menu and SubMenu from Database using Repeater cntrl

Ask a question
antony victor

antony victor

11y
3.8k
1
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 

Idcategoryimage




In subcategory Table

Idsubcategoryimagedescriptioncid







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.

Answers (2)