If you are using ASP.Net AJAX History on a page and the user's browser has JavaScript disabled you may encounter the error: A history point can only be created during an asynchronous postback. To avoid this error always check the ScriptManager's IsInAsyncPostBack is true before saving your AJAX...