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
siva nathan
949
828
233.4k
I Can't get value from list while Editing in MVC
Mar 7 2017 5:39 AM
name email
siva
[email protected]
Edit|Details|Delete
[HttpGet]
public ActionResult Edit(string name)
{
var model = new List<Registration>();
Registration reg = model.FirstOrDefault(emp => emp.Name == name);
if (reg == null)
return HttpNotFound();
return View(reg);
}
while im clicking Edit link i'm getting name=null
how can i get name from this
Attachment:
Screenshot_(10).rar
Reply
Answers (
20
)
How to use SQLiteCursor in C#.net
email sending issue @yahoo.com on using godaddy.com