asp.net core mvc

  1. 2

    (.NET 9 ASP.NET MVC) A problem with a dropdown menu in a header working every other time with modals

    Fisrt of all let me demonstrate a problem in this short video. I have a button that displays a modal window. On click event of that button there is a script that puts a view inside modal-body. showInPopup = (url, title) => { $.ajax({ type: "GET", url: url, success...
Back
Top Bottom