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
Fahadjamal Jamaluddin
1.2k
522
12.6k
Category repetition Issue
Nov 26 2019 2:19 AM
I'm working on list box "<SELECT>" using .net MVC but I faced problem from many days
Subcategory successfully fetch but Main category Repeat with every subcategory
in <optgroup>
"Query perform by ADO.Net Entity Framework"
List<tblSubcategory> list = (from x in context.tblSubcategories where (x.Isactive == true) orderby x.CategoryId descending select x).ToList();
return list;
Reply
Answers (
1
)
How to add new bulk rows into gridview from DB in asp.net C#
store mixeddatatypes in an array