Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

BaseNavigator.StateCookieName Property

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

[Visual Basic]
Public Property StateCookieName As String
[C#]
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

BaseNavigator Class | EO.Web Namespace


Direct link to this topic