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')
No need to use jquery