Problem with ajax request in Asp.Net MVC 2
Posted
by
Fraz Sundal
on Stack Overflow
See other posts from Stack Overflow
or by Fraz Sundal
Published on 2011-01-10T10:50:14Z
Indexed on
2011/01/10
10:53 UTC
Read the original article
Hit count: 155
asp.net-mvc
|paging
I have implemented ajax on paging but my problem is when i navigate on paging and go to page 1 then on page 2 after that if i press backspace it went to the last page from where it comes instead of going to page 1. I want to know how should i implement paging like stackoverflow have. Further i have noticed that my url doesnt change on paging it remains like Home/Index when im on 1st page or 2nd page or any other page?
© Stack Overflow or respective owner