Controls You Can Use on Web Forms ASP.NET Navigation Controls SiteMapPath Control
The SiteMapPath control provides several events that you can program against. This allows you to run a custom routine whenever an event occurs. The following table lists the events supported by the SiteMapPath control.
Event |
Description |
ItemCreated |
Occurs when the SiteMapPath control first creates a SiteMapNodeItem and associates it with a SiteMapNode. |
ItemDataBound |
Occurs when a SiteMapNodeItem is bound to site map data contained by the SiteMapNode. |
Customizing the SiteMapPath User Interface Web Forms Events and Handlers
|