Welcome Guest Search | Active Topics | Sign In | Register

Eo Menu Options
deep
Posted: Monday, September 13, 2010 8:00:33 AM
Rank: Newbie
Groups: Member

Joined: 3/12/2008
Posts: 7
Hi, I was using eo slide menu. Now I am using eo menu. But I am facing some problems in this. Below is the code for eo slide menu. I want to know what would it to be done for eo menu.

EO.Web.NavigationItem[] itemA = Menu1.SearchItems(Session["SelectedMenuItem"].ToString());
EO.Web.MenuItem item = (EO.Web.MenuItem)itemA[0];
EO.Web.MenuItem itemAuth = (EO.Web.MenuItem)itemA[0];

for (int iMenu = 0; iMenu <= 10; iMenu++)
{
EO.Web.NavigationItem[] itemA =
Menu1.SearchItems("item" + iMenu.ToString());
if (itemA.Length > 0)
{
for (int iRecctr = 0; iRecctr < itemA.Length; iRecctr++)
{
EO.Web.MenuItem item = (EO.Web.MenuItem)itemA[iRecctr];
}
}
}

Thanks
eo_support
Posted: Monday, September 13, 2010 9:40:04 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You would do the same. There is no difference because EO.Web.SlideMenu derives directly from EO.Web.Menu.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.