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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...