CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   ASP (http://www.codingforums.com/forumdisplay.php?f=8)
-   -   NavigateUrl Issue while customizing MenuItem in Master Page (http://www.codingforums.com/showthread.php?t=273452)

anuragdas 09-18-2012 11:05 AM

NavigateUrl Issue while customizing MenuItem in Master Page
 
Hello Everyone,

I have written this code

<td class="style1">
<asp:Menu ID="Menu1" runat="server" Style="font-family": Cambria;
fornt-size:medium; font-weight:normal;" ValidationGroup="Group3"
Orientation="Horizontal">
<staticMenuItemStyle Font-Names="Cambria" Font-Size="Medium" />
<StaticHoverStyle Backcolor="Aqua" />
<Items>
<asp:MenuItem Text="Home" Value="Home"
NavigateUrl="Home.aspx"></asp:MenuItem>
</Items>



Getting the error "Home.aspx" does not exist. Don't know what to do in this scenario.


All times are GMT +1. The time now is 12:13 PM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.