IsPostBack in asp.net | Part 8
In this tutorial you will learn about1. What is IsPostBack property in ASP.NET
2. Real time practical use of IsPostBack in ASP.NET
IsPostBack is a Page level property, that can be used to determine whether the page is being loaded in response to a client postback, or if it is being loaded and accessed for the first time. In real time there are many situations where IsPostBack property is used.
Download Tutorial
No comments:
Post a Comment