Hello everyone
As mentioned before, I'm working on a Contact List where each one can have a variable number of Telephone objects, in ASP.NET Core MVC. I would like to know how to delete a Contact (and its Telephone objects) from the list (Index.cshtml). I don't know if it would be C#...
I have a viewModel for the Index view. The problem is that when remote attribute is trying to do it's job the IsUnique method in my controller receives name = null, though i expext it to be a value that I put inside input field.
It works with another view, model of which is just SetViewModel...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.