skmMenu: An ASP.NET Menu Control

Menu.OnPreRender Method 

Generates the client-side JavaScript.

protected override void OnPreRender(
   EventArgs e
);

Remarks

For non-databound (dynamic) menus, OnPreRender also sets all of the MenuIDs.

For more information on adding client-side script via an ASP.NET server control, refer to: Injecting Client-Side Script from an ASP.NET Server Control

See Also

Menu Class | skmMenu Namespace