antony victor

antony victor

  • NA
  • 90
  • 17.5k

Populate Menu and SubMenu from Database using Repeater cntrl

Jul 29 2013 2:20 AM
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)