Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAPI Architecture design Pin
Member 77363822-Sep-22 23:50
Member 77363822-Sep-22 23:50 
AnswerRe: API Architecture design Pin
Mycroft Holmes13-Sep-22 14:16
professionalMycroft Holmes13-Sep-22 14:16 
QuestionASP.Net MVC: How unauthorize access redirect user to login page Pin
Mou_kol10-Aug-22 20:27
Mou_kol10-Aug-22 20:27 
AnswerRe: ASP.Net MVC: How unauthorize access redirect user to login page Pin
Richard Deeming10-Aug-22 21:58
mveRichard Deeming10-Aug-22 21:58 
GeneralRe: ASP.Net MVC: How unauthorize access redirect user to login page Pin
Mou_kol11-Aug-22 1:06
Mou_kol11-Aug-22 1:06 
GeneralRe: ASP.Net MVC: How unauthorize access redirect user to login page Pin
Richard Deeming11-Aug-22 2:09
mveRichard Deeming11-Aug-22 2:09 
QuestionASP.Net MVC and querySelectorAll usage Pin
Mou_kol5-Aug-22 23:13
Mou_kol5-Aug-22 23:13 
AnswerRe: ASP.Net MVC and querySelectorAll usage Pin
Richard Deeming7-Aug-22 21:45
mveRichard Deeming7-Aug-22 21:45 
That line sets the onsubmit attribute on the <form> element to the specified Javascript string. It's an old way of attaching an event handler to an element.

When the form is submitted, all buttons on that form will have their disabled property set to false. But that won't actually accomplish anything; a button's name and value are only submitted with the form if you click on that button, and you can't click on a disabled button.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

GeneralRe: ASP.Net MVC and querySelectorAll usage Pin
Mou_kol7-Aug-22 22:01
Mou_kol7-Aug-22 22:01 
QuestionVS2017 Code behind function to disable check Box on Combo Box Text Value Pin
Jason Parker 3335-Jul-22 22:57
Jason Parker 3335-Jul-22 22:57 
AnswerRe: VS2017 Code behind function to disable check Box on Combo Box Text Value Pin
Richard Deeming7-Jul-22 2:14
mveRichard Deeming7-Jul-22 2:14 
Questionis there any code for capture screenshot and retrive system information in .net mvc core? Pin
Member 1568985228-Jun-22 0:23
Member 1568985228-Jun-22 0:23 
AnswerRe: is there any code for capture screenshot and retrive system information in .net mvc core? Pin
Richard Deeming28-Jun-22 1:00
mveRichard Deeming28-Jun-22 1:00 
Questionaspnet core use TempData error! Pin
Member 940386815-Jun-22 20:21
Member 940386815-Jun-22 20:21 
AnswerRe: aspnet core use TempData error! Pin
Richard Deeming15-Jun-22 21:20
mveRichard Deeming15-Jun-22 21:20 
AnswerRe: aspnet core use TempData error! Pin
Mycroft Holmes16-Jun-22 12:41
professionalMycroft Holmes16-Jun-22 12:41 
QuestionSELECT DISTINCT Pin
kjell.ek19-May-22 3:16
kjell.ek19-May-22 3:16 
AnswerRe: SELECT DISTINCT Pin
Ron Nicholson19-May-22 6:21
professionalRon Nicholson19-May-22 6:21 
AnswerRe: SELECT DISTINCT Pin
Member 1562749519-May-22 11:11
Member 1562749519-May-22 11:11 
GeneralRe: SELECT DISTINCT Pin
Richard Deeming19-May-22 21:42
mveRichard Deeming19-May-22 21:42 
GeneralRe: SELECT DISTINCT Pin
kjell.ek20-May-22 2:58
kjell.ek20-May-22 2:58 
GeneralRe: SELECT DISTINCT Pin
Alaren23-Jun-22 5:23
Alaren23-Jun-22 5:23 
QuestionMilliseconds from excel Pin
kjell.ek16-May-22 10:10
kjell.ek16-May-22 10:10 
AnswerRe: Milliseconds from excel Pin
Richard Deeming16-May-22 21:35
mveRichard Deeming16-May-22 21:35 
GeneralRe: Milliseconds from excel Pin
kjell.ek16-May-22 23:15
kjell.ek16-May-22 23:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.