what is ispostback in asp.net
pls an example
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.
Sanjeeb LenkaPosted Aug 2, 2013, 3:31 AM
IsPostBack event is generated by the web controls to alert the server to take respected action of the event generated. When the button is clicked then click event is generated which further cause ispostback event & it alerts the server to take respected action during postback event.
refer to this thread
http://www.c-sharpcorner.com/Forums/Thread/195826/what-is-use-of-ispostback-in-Asp-Net.aspx
or check this video for details
http://www.youtube.com/watch?v=yZJQ4Z6kEzs
Riyaz AkhtarPosted Aug 2, 2013, 3:28 AM
See below link for more details:
http://msdn.microsoft.com/en-us/library/aa720472(v=vs.71).aspx