Mega Code Archive

 
Categories / ASP.Net / Asp Control
 

Using custom images

<asp:Menu ID="Menu1"            Runat="server"            DataSourceID="SiteMapDataSource1"            Orientation="Horizontal"            DynamicPopOutImageUrl="myArrow.gif"            StaticPopOutImageUrl="myArrow.gif"> </asp:Menu>