I have a simple ASP.NET page with a paging support. Basically just a hyperlinks which looks like a
report.aspx&page=1 report.aspx&page=2 etc
How could I implemente a keyboard shortcuts so I could go forward to next page and to previos page by just holding CTRL and pressing either left arrow or right arrow.
I have seen a same functionality is implemented on some discussion boards, but can't figure out how to do it.