skmMenu: An ASP.NET Menu Control

Menu.SaveViewState Method 

SaveViewState saves the state of the menu into an object (specifically, an object array with five indices). This is required to have the state persisted across postbacks.

protected override object SaveViewState();

Return Value

A five-element object array representing the menu's state.

See Also

Menu Class | skmMenu Namespace