hyperlink display previous url in live server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • subratdasmohapatra
    New Member
    • Jul 2008
    • 1

    hyperlink display previous url in live server

    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
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    One way to avoid this problem is to use a client side script like JavaScript. HTH.

    Comment

    Working...