skmMenu: An ASP.NET Menu Control

Menu.OnDataBinding Method 

Event handler for the DataBinding event.

protected override void OnDataBinding(
   EventArgs e
);

Remarks

This method runs when the DataBind() method is called. Essentially, it clears out the current state and builds up the menu from the specified DataSource.

See Also

Menu Class | skmMenu Namespace