Bineesh  Viswanath

Bineesh Viswanath

  • NA
  • 1k
  • 772.8k

PageIndex in ASP.NET

Aug 28 2013 6:57 AM
Sir What is meant by PageIndex?

I am calling in page_Load like this:-

 protected void Page_Load(object sender, EventArgs e)
    {
        if (!IsPostBack)
        {
            Application["PageIndex"] = 0;
        }
    }

What function this does?

Answers (2)