0
kicks
Maintaining browser history in ASP.NET AJAX
When we usually work with ASP.NET AJAX, we feel the lack of history in the browser (browser back and forward button doesn't work) when we perform any asynchronous operation. Here is the discussion to show how to maintain the browser history while performing ASP.NET AJAX asynchronous postback operation.