Posted On: Feb 22, 2018
Postback in Asp.net: The process by which an asp.net page is submitted to the server for processing is called postback. This process is carried out only if some credentials of the page have to be checked against any bases, for example, the process of verifying a username and password with the help of a database.
This is one of the few things that cannot be accomplished with the help of any client machines. As a result, this needs ‘posted back’ to the server.
Never Miss an Articles from us.
ASP is Active Server Pages is a useful tool by Microsoft to create user friendly web pages...
ASP.NET is highly beneficial over ASP. It is the next level of the ASP framework. The advantages of ASP.NET are given here...
Validation in ASP.NET is an important thing as it is helpful in saving storage space...