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
Sunil Sudhansu
1.4k
307
32.4k
An exception of type ‘System.Web.HttpException’ occurred in
Jan 14 2020 7:35 PM
Dear Sir,
I create _layout page and call partialview
@Html.Action("Index", "HeaderMenu")
[HttpGet]
[ChildActionOnly]
public ActionResult Index()
{
return PartialView("Index");
}
[HttpGet]
public ActionResult Create()
{
return View();
}
[HttpPost]
public ActionResult Create(DepartmentMasterViewModel model)
{
return View("Create");
}
then create department controller after validation return view() in post method
then error occur
An exception of type 'System.Web.HttpException' occurred in System.Web.dll but was not handled in user code
Additional information: Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.
Reply
Answers (
1
)
adding two numbers and how to solve this problem?
Linq Query in asp.net mvc