Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: "The entry '*' has already been added." error in WebClient UploadString call Pin
Richard Deeming14-Oct-22 2:55
mveRichard Deeming14-Oct-22 2:55 
QuestionBlazor, styling dynamic data Pin
Wiep Corbier7-Oct-22 17:39
Wiep Corbier7-Oct-22 17:39 
AnswerRe: Blazor, styling dynamic data Pin
Richard Deeming10-Oct-22 21:47
mveRichard Deeming10-Oct-22 21:47 
GeneralRe: Blazor, styling dynamic data Pin
Wiep Corbier10-Oct-22 22:40
Wiep Corbier10-Oct-22 22:40 
SuggestionSort 2 Sheets and update on another Sheet with ole DB Pin
binumon kb4-Oct-22 11:30
binumon kb4-Oct-22 11:30 
GeneralRe: Sort 2 Sheets and update on another Sheet with ole DB Pin
Richard Deeming4-Oct-22 21:23
mveRichard Deeming4-Oct-22 21:23 
Questionwebforms, modal, updatepanel, repeater and linkbutton and opens another modal Pin
Michael Clinton28-Sep-22 15:48
Michael Clinton28-Sep-22 15:48 
AnswerRe: webforms, modal, updatepanel, repeater and linkbutton and opens another modal Pin
Richard Deeming28-Sep-22 22:09
mveRichard Deeming28-Sep-22 22:09 
QuestionChart1.Series Pin
ESTHETIQUE TUNISIE21-Sep-22 3:59
ESTHETIQUE TUNISIE21-Sep-22 3:59 
Questiondocument.activeElement.id not working in safari Pin
Member 1576922815-Sep-22 20:39
Member 1576922815-Sep-22 20:39 
GeneralRe: document.activeElement.id not working in safari Pin
Richard MacCutchan15-Sep-22 21:01
mveRichard MacCutchan15-Sep-22 21:01 
AnswerRe: document.activeElement.id not working in safari Pin
Raj Kumar7918-Oct-22 5:09
Raj Kumar7918-Oct-22 5:09 
QuestionAuto reply chatbot? Pin
Nitin S13-Sep-22 21:18
professionalNitin S13-Sep-22 21:18 
AnswerRe: Auto reply chatbot? Pin
Richard Deeming13-Sep-22 21:42
mveRichard Deeming13-Sep-22 21:42 
Questionvideo conference feature Pin
Member 117359128-Sep-22 19:45
Member 117359128-Sep-22 19:45 
AnswerRe: video conference feature Pin
Richard Deeming8-Sep-22 21:52
mveRichard Deeming8-Sep-22 21:52 
AnswerRe: video conference feature Pin
Nitin S13-Sep-22 22:16
professionalNitin S13-Sep-22 22:16 
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

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.