This is a migrated thread and some comments may be shown as answers.

RenderAction issue

1 Answer 56 Views
AJAX and Web 2.0
This is a migrated thread and some comments may be shown as answers.
Dayana Maliyakal
Top achievements
Rank 1
Dayana Maliyakal asked on 25 Nov 2013, 06:42 AM
Hi Telerik Team,

View

<% Html.RenderAction("Action", "Home"); %>

Controller

public class HomeController : Controller {
 
[ChildActionOnly]
 
public ActionResult Action() {
   
return View();
 
}
}

But I got an error as below:

Error executing child request for handler 'System.Web.Mvc.HttpHandlerUtil+ServerExecuteHttpHandlerAsyncWrapper'.

How to solve this?
Waiting for the reply

With regards
Dayana

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 27 Nov 2013, 02:04 PM
Hello Dayana,

The question is not related to KendoUI or any other Telerik product / framework. Please forward it to forums such as stackoverflow.

Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
AJAX and Web 2.0
Asked by
Dayana Maliyakal
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or