I have a somewhat curious problem. I created a page that lists records and it has two links, one to delete and one to display details. Both call a modal. Each modal is a partialView
. The partialview
that displays the delete mode is on the list page, and the partialView
that displays the details modal is in view_layout.
My problem is this: one overrides the other. The modal up is displayed, goes to the base, but does not display the data.
When I comment on any of the partialView
, the other works.