python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Select Item option value returns NULL
I am listing the cities of the selected country and districts of the selected city in select list item in my view as :
<select class="form-control mb-2" id="countrySelect">
...
Pınar
Votes: 0
Answers: 0
mvc controller returning error res.status is not a function
my controller file is giving me an error when using the code below. it says res.status is not a function.
does anyone know what the issue could be? It works if I put the function directly in my routes...
ashketchup
Votes: 0
Answers: 1
Trying to connect to wwwroot and get a image
I work in aspnet core mvc technology,
I manage to add an image, it does go to wwwroot, but the image does not display well in the browser
Example: enter image description here
enter image description ...
Yosef Abada
Votes: 0
Answers: 1
MVC Website On IIS Acquire Domain User Without Login Prompt
I have an MVC site running on IIS 10. The IIS server and our users are all on the same domain. My question: is there a way for the MVC website to determine the domain user without having the login pro...
John Rajpolt
Votes: 0
Answers: 0