Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, In the partial view I have
@{Html.RenderAction("DisplayList", "ProductList", Model);}
when I run this The get method is running twice and it is causing the application to crash. The error message is "This instance has already started one or more requests. Properties can only be modified before sending the first request."
When I run instead of it
@using (Html.BeginUmbracoForm("DisplayList", "ProductList", FormMethod.Get)) {…}
the get method never runs. Please advice how do I get the get method to run only once?
no one had similar experience?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
httpGet runs twice
Hi, In the partial view I have
when I run this The get method is running twice and it is causing the application to crash. The error message is "This instance has already started one or more requests. Properties can only be modified before sending the first request."
When I run instead of it
the get method never runs. Please advice how do I get the get method to run only once?
no one had similar experience?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.