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 custom attribute? How to create?
Define authentication and authorization.
Types of instancing properties and explain each. Tell the difference between multiuse,singleuse and globalmultiuse and which is default ?
How to do state management in ASP.NET?
How to prevent client side validation from the ASP.NET validation controls?
Which protocol is used to call web service?
What is x xss protection?
What are session and cookies?
How you can return View from ASP.NET Web API method?
What is a server farm in iis?
Explain the difference between webfarm and webgardens in .net?
What is the life cycle of an asp.net page?
How does session work?
How Session use Cookies in State Management?
What is the differences between a primary key and a unique key in sql server?