stephenk1973
Technical User
I have a very simple sitemap but cannot seem to map the image icon.....
<siteMapNode url="Default.aspx" title="HOME" description="HOME" ImageUrl="Icon.jpg" >
</siteMapNode>
When i try to 'manually' map the ImageUrl under the Menu>Databindings>SiteMapNode>ImageUrl i am give a choice of the three basic fields (url, titel and description) defined in the web.sitemap but not the ImageURL field.
Am i missing something??
Currnent source and menu.............
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
<asp:Menu ID="Menu1"
runat="server"
BackColor="#B5C7DE"
DataSourceID="SiteMapDataSource1"
ForeColor="#284E98" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em" StaticSubMenuIndent="10px"
>
<DataBindings>
<asp:MenuItemBinding
DataMember="SiteMapNode"
/>
</DataBindings>
<Items>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
</Items>
</asp:Menu>
Any suggestions appreciated?
<siteMapNode url="Default.aspx" title="HOME" description="HOME" ImageUrl="Icon.jpg" >
</siteMapNode>
When i try to 'manually' map the ImageUrl under the Menu>Databindings>SiteMapNode>ImageUrl i am give a choice of the three basic fields (url, titel and description) defined in the web.sitemap but not the ImageURL field.
Am i missing something??
Currnent source and menu.............
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
<asp:Menu ID="Menu1"
runat="server"
BackColor="#B5C7DE"
DataSourceID="SiteMapDataSource1"
ForeColor="#284E98" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em" StaticSubMenuIndent="10px"
>
<DataBindings>
<asp:MenuItemBinding
DataMember="SiteMapNode"
/>
</DataBindings>
<Items>
<asp:MenuItem Text="New Item" Value="New Item"></asp:MenuItem>
</Items>
</asp:Menu>
Any suggestions appreciated?