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
selvi jp
NA
323
77.3k
How can i get multile record in web api
May 17 2021 5:44 AM
here upload multiple upload file with same id .i want to show multiple record imagename field.but only one record is display.if i pass id 3.then 4 record will disply bcoz 4 record is storing in the upload id 4 .
public
ImageUpload Get(
int
id)
{
using
(WebApiDatabaseEntities dbContext =
new
WebApiDatabaseEntities())
{
return
dbContext.ImageUploads.FirstOrDefault(e => e.UploadId == id);
}
}
Reply
Answers (
3
)
SFTP Server Connect?
In WebAPI, [FromUri] and [FromBody]