Table of Contents
StateCookieName Property

Gets or sets the name of the cookie that is used to save control state across pages.

Syntax
 public String StateCookieName { get; set; }
Remarks

EO.Web navigational controls can carry state information across pages when SaveStateCrossPages is set to true. By default, query string is used to pass the state information. Set this property to use cookie instead of query string.

This property has no effect when SaveStateCrossPages is false.

See Also