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
Sairam
NA
321
416.5k
RenderPartial Dynamically from Database Values
Jan 18 2016 4:43 AM
Hi
I am having index.cshml where i render multiple partial like
Html.RenderPartial("emp1");
Html.RenderPartial("emp2");
Now i want to make this renderpartial dynamic.I want to fetch values from DB .
emp1,emp2 are data available in the database.I want to fetch this data from db and using loop i want to make html.renderpartial
Can somebody provide an idea to make it using knockout and mvc .
Reply
Answers (
2
)
Textblock content truncated/not showing completely
Check if value of Table A Column A in Table B Column B