0
I have a curious problem. I created a page that lists records and it has two links, one to delete and the other to display details. Both call for a modal. Each modal is a modal partialView
. To partialview
which displays the delete modal is on the list page, and the partialView
that displays the modal of details, is in view_layout.
My problem is this: one cancels the other. The modal is even displayed, it goes in the database, but it does not display the data.
When I comment on any of the partialView
, the other works.
Welcome to Sopt. Put snippets of code that perform the action you want so it will be easier to understand what is happening....
– JcSaint
Post code snippet so users can help you. It may be Id or name error.
– Leonardo Coelho