Ispostback method
What is Ispostback method in ASP.Net and Why do we use that?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Feb 1, 2012, 12:28 AM
ispostback property
Gets a value that indicates whether the page is being rendered for the first time or is being loaded in response to a postback.
Refer
http://www.codeproject.com/KB/aspnet/IsPostBack.aspx
http://msdn.microsoft.com/en-us/library/system.web.ui.page.ispostback.aspx
Thanks