What is postback in javascript?
Answer / Vivek Chaudhary
PostBack is not a concept in JavaScript. It's an event in ASP.NET that triggers when a form is submitted back to the server. In JavaScript, similar functionality can be achieved using AJAX.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is null in javascript?
Should you use var or let?
What is this? Var myarray = [[[]]];
How do I turn on javascript on my phone?
What is the main difference between Map collections and other collections such as Set.
What is spread operator react?
What is local scope in javascript?
What is the output of 10+20+”30″ in JavaScript?
What does the delete operator do in JavaScript?
How can you detect the client operating system using javascript?
How to use external JavaScript file?
How to access the value of a textbox using javascript?