Populate Menu and SubMnu Dynamicaly frm SQLDB usng EntityfrmNNnaresh nuthi12yAsked Dec 23, 2013, 11:53 AM1.4k.NETI want to make the dynamic menu for the my app in webforms, so i want to Populate Category and Sub-Category in my main menu Dynamically from Database using Entityframwork those are webforms, Sql database table names 1) prodcategories(Cid[PrimaryKey] int,name varchar,description varchar) 2) prodSubcategories(Subid int,name varchar,description varchar,Cid[Foreign Key] int)
Replies
Know the answer? Post it — somebody with the same question will find it here.