TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
naresh nuthi
NA
1
1.2k
Populate Menu and SubMnu Dynamicaly frm SQLDB usng Entityfrm
Dec 23 2013 11:53 AM
I 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)
Reply
Answers (
0
)
add listbox value and text to 2D array
I want to scan a document and upload it in asp.net using c#