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
ch chandrakala
NA
138
6.8k
ASP.Net MVC Error
Sep 8 2019 2:51 PM
Code:
[HttpGet]
public ActionResult Edit(int ? employeeid)
{
EmployeeDataAccess employeeDataAccess = new EmployeeDataAccess();
Employee employee = employeeDataAccess.Employees.Single(emp => emp.EmployeeId == employeeid);
return View(employee);
}
Error:
Sequence contains no matching element
Please Help me...
Reply
Answers (
3
)
how to add a complete form dynamically on add more button
Error while setting fetched Sub category from database.