Complete
Details
Assignee
Ken GriersonKen GriersonReporter
Tobias PunkeTobias PunkeStory Size
XLDocumentation Required
NoQA Owner
Ken GriersonKen GriersonDev Owner
amarjit dhunnaamarjit dhunnaStory Points
8Original estimate
Time tracking
No time loggedComponents
Sprint
NoneFix versions
Priority
Low
Details
Details
Assignee
Ken Grierson
Ken GriersonReporter
Tobias Punke
Tobias PunkeStory Size
XL
Documentation Required
No
QA Owner
Ken Grierson
Ken GriersonDev Owner
amarjit dhunna
amarjit dhunnaStory Points
8
Original estimate
Time tracking
No time logged
Components
Sprint
None
Fix versions
Priority
Created July 27, 2015 at 8:05 AM
Updated March 2, 2016 at 10:12 PM
Resolved February 3, 2016 at 11:46 PM
Hello,
i am trying to render a partial view returned by the controller called by jQuey $.ajax. I do get the partial view though, but a few lines below the retuned HTML also contains the full markup of the page where the MVC module resides. The AJAX-Reques-URL is generated by the following statement:
@(base.Url.Action("[ControllerMethod]", "[ControllerName]"))
Calling this URL in a browser also displays the partial view plus the page itself below. I have tested my code in a standalone project so I am nearly sure it must be a bug of DNN.
If you need further informations, please let me know.
Greetings,
Tobias