Fix form-post used for page to page navigation

When viewing threads in a forum, it's simple and intuitive to click on a topic, then click Back to get back to the forum listing.

If you're looking at a forum with a lot of posts, you may need to move to page two (or beyond) in the forum listing. Sadly, moving to page 2 is done via the standard ASP.NET form POST, which kills the productivity of the Back button.

Suggestion: change the links to page 2 and beyond to be GETs with an additional parameter in the query string instead of using a POST and having an unnecessarily stateful page.

[546 byte] By [CarlDaniel] at [2007-12-16]
# 1
Any comments from the MSFT forums folks?
CarlDaniel at 2007-9-8 > top of Msdn Tech,Feedback for forums and MSDN websites,Suggestions for Forums website...
# 2
The same idea - this is typical problem of all forums - when you are somewhere on 'past' pages - you always are bring to the first page.
That is very disturbing :(
stic at 2007-9-8 > top of Msdn Tech,Feedback for forums and MSDN websites,Suggestions for Forums website...