Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

hyperlink display previous url in live server

Question posted by: subratdasmohapatra (Newbie) on July 4th, 2008 06:26 AM
I set the navigate url as hplNext.NavigateUrl = "~/" + SectionName + "/" + pageNo + "/";
But when I click previous hyperlink as hplPrev.NavigateUrl = "~/" + 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's Avatar
kenobewan
Moderator
4,534 Posts
July 4th, 2008
01:16 PM
#2

Re: hyperlink display previous url in live server
One way to avoid this problem is to use a client side script like JavaScript. HTH.

Reply
Reply
Not the answer you were looking for? Post your question . . .
189,088 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top .NET Forum Contributors