What is the concept of Postback in ASP.NET?
A postback is a request sent from a client to server
from the same page user is already working with.
ASP.NET was introduced with a mechanism to post an
HTTP POST request back to the same page. It's basically posting a complete page
back to server (i.e. sending all of its data) on same page. So, the whole page
is refreshed.
What is the concept of Postback in ASP.NET?
Reviewed by NEERAJ SRIVASTAVA
on
8:56:00 PM
Rating:
No comments: