What is postback in javascript?



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

Post New Answer

More JavaScript Interview Questions

Is null in javascript?

1 Answers  


Should you use var or let?

1 Answers  


What is this? Var myarray = [[[]]];

1 Answers  


How do I turn on javascript on my phone?

1 Answers  


What is the main difference between Map collections and other collections such as Set.

1 Answers  


What is spread operator react?

1 Answers  


What is local scope in javascript?

1 Answers  


What is the output of 10+20+”30″ in JavaScript?

1 Answers  


What does the delete operator do in JavaScript?

1 Answers  


How can you detect the client operating system using javascript?

1 Answers  


How to use external JavaScript file?

1 Answers  


How to access the value of a textbox using javascript?

1 Answers  


Categories