I set the navigate url as hplNext.Navigat eUrl = "~/" + SectionName + "/" + pageNo + "/";
But when I click previous hyperlink as hplPrev.Navigat eUrl = "~/" + SectionName + "/" + pageNo + "/";
Than it display records getting different page no. . and the pageNo of hplNext get different value. But the problem is that it some time shows the url like
SectionName /2/3/ but actually it should display like SectionName/3/ . Please suggest me how to avoid this problem
But when I click previous hyperlink as hplPrev.Navigat eUrl = "~/" + SectionName + "/" + pageNo + "/";
Than it display records getting different page no. . and the pageNo of hplNext get different value. But the problem is that it some time shows the url like
SectionName /2/3/ but actually it should display like SectionName/3/ . Please suggest me how to avoid this problem
Comment