Kunal  Gautam
How can we identify that the Page is Post Back?
By Kunal Gautam in ASP.NET on Jun 25 2013
  • Manav Pandya
    Nov, 2016 11

    you can use IsPostBack at PageLoad() event if you want to check at load time

    • 0
  • Manav Pandya
    Nov, 2016 11

    if(!IsPostBack) { // code place here }Its best part of C#

    • 0
  • Pramod Lawate
    Aug, 2013 27

    using the Ispostback Property we can identify the page is postback or not Like. Ispostback = True/False

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS