Programming in asp.net-mvc: MVC PartialView Load Causing Problems on newest questions tagged asp.net-mvc – Stack Overflow
I am using a .load() to load a partialview.
It has giving me a whole lot of problems as the DOM gets messed up after the load.
Is there any other way to to load a partial view.
Currently I am using:
$("#stlist").load('@Url.Action("kitsEdit","Speaker")' + '?id=' + '@Model.spkrid')
See Answers
source: http://stackoverflow.com/questions/11441925/mvc-partialview-load-causing-problems
Programming in asp.net-mvc: programming-in-asp-net-mvc
Recent Comments