1 out of 1 rated this helpful - Rate this topic

ScriptManager.AddHistoryPoint Method

Creates a history point and adds it to the browser's history stack.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method AddHistoryPoint(NameValueCollection, String) Creates a history point and adds it to the browser's history stack, using the specified state data collection and state title.
Public method AddHistoryPoint(String, String) Creates a history point and adds it to the browser's history stack, using the specified state key and state value.
Public method AddHistoryPoint(String, String, String) Creates a history point and adds it to the browser's history stack, using the specified state key, state value, and state title.
Top

These method overloads enable you to define server state, and optionally the title of the history entry in the browser. When you create a history point, serialized and encrypted data is appended to the URL of the Web page and an entry is included in the browser's history stack. You can use the state data to re-create the page when any subsequent server navigation event is raised.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.