python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to return the View with JSON result?
Is there any way to return the View with JSON result? I've done like this but it returns me a json results only I want to bind json result with jQuery Datatable.
this is my controller:
[HttpGet]
p...
Basma
Votes: 0
Answers: 2
Conversion of a datetime2 data type to a datetime data type resulted in an out-of-range value
This is my simple code for database insertion. But when am trying to insert to datetime column in the database, I got the error:
Conversion of a datetime2 data type to a datetime data type resulted i...
itTech
Votes: 0
Answers: 1
Does ASP.NET Core MVC support offline mode for viewing data and submitting data
We are building a web application which uses the following technologies:-
ASP.NET Core MVC
SQL Server
Entity Framework core
Bootstrap
IIS
now can we run our web application in offline mode, for thos...
John John
Votes: 0
Answers: 1
I can't generate MVC controllers .NET 6
I have there my models (generated with scaffold), I want to use Colore, but I can't use it to generate my MVC
That is my DB Context
Raul Penate
Votes: 0
Answers: 0