Hi,
I am doing website of shopping site in that i need the menu navigation in which i have to show the categories and inside that particular subcategory should be displayed and this should be done dynamically retriving the data from the data base.
Please can u just help in this Its Very Urgent.
Thanks in Advance.
Regard,
Raghav.
Loading
nuthan raghavPosted Jul 6, 2012, 5:23 AM
1)Category table
Columns:ID,CategoryName,CategoryLogo
2)SubCategoryTable:
Columns:ID,CategoryName,SubcategoryName,Logo
3)Brand Table:
Columns:Id, CategoryName,SubcategoryName,BrandName,BrandLogo
4)ProductTable
Columns:ID, CategoryName,SubcategoryName,BrandName,ProductName,ProductImage
These are the table Can anyone provide the code related to it please....................
Thanks in advance......
Satyapriya NayakPosted Jul 6, 2012, 1:42 AM
Please refer the below links
http://www.c-sharpcorner.com/UploadFile/4e2862/dynamically-creating-menus-and-submenus-items-to-web-forms/
http://www.dotnetfunda.com/articles/article1474-creating-dynamic-menu-in-aspnet.aspx
Thanks