skmMenu: An ASP.NET Menu Control

Menu.LoadViewState Method 

Loads the state from the passed in saveState object. This method runs during the page life-cycle, and is required for the menu to work across postbacks.

protected override void LoadViewState(
   object savedState
);

Parameters

savedState
The state persisted by SaveViewState() in the previous life-cycle.

See Also

Menu Class | skmMenu Namespace