2
Answers

PageIndex in ASP.NET

Ask a question
Bineesh  VP

Bineesh VP

11y
1.3k
1
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)