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
Ve Ku
NA
3
1.3k
Model List
Nov 19 2012 10:50 AM
Hi,
I am quite new in C# and MVC, so please excuse me , if my question is trivial or not correct. I have the following problem:
In my code, i use
public ActionResult PrintDetails(){
...
return model;
}
In some cases , i need to display the data from the model, several times. First, can you please help me, with ideias how to insert in the model multiple data, for example , it differs, only by id. Second is , how can i return something like a List of models-again, i need to display like several models, populated with different values of the data.
Thanks in advance.
Reply
Answers (
1
)
How to Extract Call Source Data from http://www.callsource.com/ using C# Dotnet ?
How to access values of footer textboxes on Button Click Event(Button is outside the Gridview)...