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
Kuldeep Katiyar
NA
29
11.7k
Validation on dynamic generated controls in mvc
Apr 20 2016 1:59 PM
Hi,
Thanks to all in advance.
I have a table having column menuid,menuname,parentmenuid (like self join) to parentmenuid I am assigning menuid so we are considering as parentmenu .
Now I have loaded all the menus in partial view with the columns parentmenu,childmenu,.
Now I want to group all the child menu with parentmenu so that I can put validation on particular
child menu selection .suppose I have selected child menu belongs to patient so I could be able to know that name.
example
parentmenu childmenu
patient listofpatient
patient editpatient
patient updatepatient
usermanagement listoftheusers
usermanagement seachofusers
so now patient menus as one group and another one second group
parentmenu also can be a childmenu so when we selects childmenu of any parentmenu that patientmenu also should be checked of particular parentmenu
Reply
Answers (
2
)
.cshtml not working
Bootstrap tab