Posts by Pedro Henrique • 1 point
2 posts
-
0
votes1
answer42
viewsA: sqldatetime overflow c# When trying to use type = Date in Razor Using . NET MVC
Problem solved, thank you all! I will leave below what I changed in the code as it may help someone beginner like me. //Na view: @Html.HiddenFor(model => model.IdCliente) //HiddenFor para…
-
0
votes1
answer42
viewsQ: sqldatetime overflow c# When trying to use type = Date in Razor Using . NET MVC
When trying to save a change from a client, the SQL Server database is returning the following message: Sqldatetime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. View:…