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
John Hammond
NA
16
8.8k
ForEach for Two List asp.net MVC
Jul 18 2014 5:16 PM
I have two list and the list shows up when I selected a group
I have GrpA,GrpB,GrpC in a dropdown
When I select GrpA or GrpB or GrpC I want to show all the all the list<AppModule> with checkbox not check but when GrpA contains A,B,C I want them to be checked and the rest not checked
public List<AppModule> AppModules { get; set; }
A,B,C,D,E,F,G(show the list with checkboxes beside them not checked)
public List<AppModule> GroupModules { get; set; }
A,B,C
Any help.Thanks John
Reply
Answers (
1
)
How to create rdlc report dynamically and print the rdlc ?
Global Variables N00BIE Help!