Message in Japanese (日本語)
IE で履歴機能を機能させるには、そのページの ID '__historyFrame' の iFrame 要素で、'title' クエリ文字列パラメータからタイトルを取得して親ウィンドウで Sys.Application._onIFrameLoad() を呼び出すページを指す必要があります。これを行うには、ScriptManager で EnableHistory を true に設定します。
Unlocalized message
For the history feature to work in IE, the page must have an iFrame element with id '__historyFrame' pointed to a page that gets its title from the 'title' query string parameter and calls Sys.Application._onIFrameLoad() on the parent window. This can be done by setting EnableHistory to true on ScriptManager.
Search by Google