Which property is used to identify the Page is Post Back in ASP.NET?
ankit khurana
Web Site Programmers
Check this article nice explanation and two way to identifing page is post back or not - Identifying that the Page is Post Back or not in asp.net
Page.IsPostBack property is use to check wheather page is post back.It return bool value.