What is Difference between Callbacks and Postback in ASP.NET?
Answer Posted / guest
This is " Cliet Site Call back to server site "
which won't require page refresh to execute a server call
and its based on XMLHTTP protocol or so
PostBack is for Server Site
Rahul Tripathi.
rahultripathi@myway.com
| Is This Answer Correct ? | 7 Yes | 14 No |
Post New Answer View All Answers
What is inproc and outproc?
What is slidemaster?
Describe the Server Control Events of ASP.NET?
Explain Areas in MVC?
What are the advantages of passport authentication?
What are the features of asp.net mvc?
Which method is used to perform all validation at the page level?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is meant by server side scripting?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
What is view state management in asp net?
Can we set master page as a start page?
How does the cookies work in asp.net?
What is a session in asp.net?