Web Forms :: How To Separate Menu And Submenu

Jul 6, 2010

I am working on a website at the moment, I am using .NET 4 and VB. My site is contained within a Master Page and all working OK. I am using an ASP:MENU control which is driven by a web.sitemap file and works a treat. I have had an idea of something I would like to know but I am struggling to get it going correctly (not sure if it is even possible) What I am after doing is having the main categories of my website across the top horizonally (this part is no problem) and the sub menu items going vertically but down the left side of the page such as:

Logo Here
Menu Head 1
Menu Head 2
Menu Head 3
Sub Menu Head 1
Sub Menu Head 2
Sub Menu Head 3

Does anyone have any idea if such a thing is possible or not?

View 3 Replies


Similar Messages:

Web Forms :: Menu Control Not Showing Submenu Items?

Aug 22, 2010

I have for example a ASP Menu control having a static (File) and dynamic (Open, New) menu such as :

[code]....

I am able to see this menu under VS 2008 under my development PC. But when I deploy the app to a IIS server, and run the app, the whole app appeared the same. Only the Menu has "File" for selection but the submenu items (Open and New) did not appear when the mouse cursor was moved over "File". Only the Outline of the dropdown box of the submenu appeared.

View 2 Replies

Web Forms :: How To Show Submenu In Menu In Click Event

Sep 28, 2012

i have a menu, what i want is that when i click on parent item of menu then only subitem should display,mean i dont want to display subitem on mouseover. what should i do.Is there any property should i set or i have to write code for it .

View 1 Replies

Web Forms :: The Dynamic Submenu Items Are Invisible When Mouse Over A Menu

Feb 9, 2010

I have a problem with my visual studio 2008 for my ASP.NET application on one PC (HP with Windows XP). The Dynamic submenu items are not visible when mouse over a menu. The same application works fine on another PC. It worked fine on the same PC 4 months ago. In recent 4 months, my PC had some updates, like windows XP updates, Visual studio 2008 updates, flash update, adobe update, and iTunes update. After I noticed the problem, I had tried to uninstall the all updates except windows XP updates; and tried to uninstall Visual Studio 2008 completely; then re-install it again.

View 4 Replies

Web Forms :: Menu Control Keep Button Background Image Changed While On SubMenu?

Jun 22, 2010

I am knew to CSS I never usually do it. I am creating a menu and I change the image of the button when the button is hovered over it. But when I go on the submenu the image reverts back to the original image. The code I have used is below.

[code]....

View 2 Replies

Forms Data Controls :: Easiest Way To Build XML Based Menu With Submenu

Sep 2, 2010

I need to develop an easy and quickly to build menu structure based on xml. The menu needs to have a "Main" menu at top of the screen and a submenu at the left of the screen. Excactly like this: [URL] where i need to get started and wich control i should use?

View 1 Replies

Web Forms :: Create Dynamic Menu And SubMenu And Display Role Wise

Aug 20, 2013

Create Dynamic Menu and SubMenu and Role Wise in asp.net c# ....

View 1 Replies

Web Forms :: Create Vertical Menu - Display Submenu Statically Under Main Topic

Jan 7, 2010

I am attempting to create a vertical menu (currently using the asp.menu control with membership) on 1 masterpage. This all works great, but I want the submenu items to display statically under the main topic AFTER the page is posted back. Meaning, if I have main items A,B, and C, when I click on item B, it goes to the B page and shows all the subtopics under B. The subtopics should be statically displayed and phsically located under the selected topic. I have tried the css friendly adapters, jquery examples, accordion samples, and a jquery tree menu. None worked very good, and I don't know enough javascript/jquery to create it by hand. The closest I could get was the jquery treeview, but it didn''t work very well. This has been a frustrating search and I have learned how difficult custom menu navigation is in asp.net.

View 2 Replies

Forms Data Controls :: Submenu Of Main Menu Should Come In The Left Side Of Everypage?

Sep 27, 2010

I am using asp.net Menu control with sitemap datasource. There is one Web.sitemap in the folder where links are saved in such a manner

<siteMapNode url="~/MainMenu.aspx" title="Software Development Solutions" description="Software Development Solutions" >
<siteMapNode url="~/submenu.aspx" title="CRM Software Application Development" description="CRM Software Application Development" />
<siteMapNode url="~/submenu.aspx" title="CRM Software Application Development" description="CRM Software Application Development" />
<siteMapNode url="~/submenu.aspx" title="CRM Software Application Development" description="CRM Software Application Development" />
<siteMapNode/>

View 2 Replies

Web Forms :: Menu Control: Submenu Visible On Mozilla But Not On Internet Explorer On Production?

Jan 10, 2011

I have just put a site on a production server for testing.However,the submenu is not visible in internet explorer but is on mozilla.The submenu is visible when run from the local host.

View 1 Replies

AJAX :: Add Submenu To Particular Menu Using Repeater Control?

May 7, 2015

How to add submenu to particular menu using repeater control...

View 1 Replies

AJAX :: Nested Accordion Menu With Submenu Using Sitemap

Mar 24, 2014

I got requirement to create a accordion menu which will have different menus for different site collection.
So, i created this Accordion which is in bind with site map file. But my Sitemap file has multi-level nodes, here my accordion is displaying only single level menus.

View 1 Replies

Custom Server Controls :: Create Menu With MultiLevel SubMenu?

Sep 25, 2010

i want to Create MultiLevel subMenu With this code

[Code]....

I use MenuItems from properties for adding the SubItems. I want to Create this like

[Code]....

but after adding the subItems my Source is like this

[Code]....

the subitems dont Create

I do this job According (post 4) from this link

[URL]

View 1 Replies

AJAX :: Dynamically Populate Menu And SubMenu From Database Using Repeater Control

Jul 29, 2013

Populate Menu and SubMenu Dynamically from Database using Repeater control in ASP.Net.

View 1 Replies

Data Controls :: Populate Menu And SubMenu Dynamically From Database Using Repeater Control

May 18, 2013

I am using Asp.Net web-application. How exactly to create UL menu with ListView control such as :

<ul> <li> <a href="#">Item #1</a> <ul> <li> <a href="#">SubItem #1</a> </li> </ul> </li></ul>
 
MenuId SubMenuId MenuName MenuUrl

1 0 Home Home.aspx
2 0 Administration Administration.aspx
3 2 Add User AddUser.aspx
4 2 Add Organizaion Add Organizaion.aspx
5 2 Add Program AddProgram.aspx
6 2 Add Activity AddActivity.aspx
7 0 Search Search.aspx
8 0 Utilities Utilities.aspx
9 0 ContactUs Contact.aspx

View 1 Replies

Web Forms :: Display Menu Item Data On Separate Contentplaceholder On Same Page?

Jan 24, 2011

I have a aspx page with 3 contentplaceholders.

In contentplaceholder1, i have a menu with submenu items.

I need a functionality by which whenever i hover on any menu item or select any item it should display repective content in the contentplaceholder2

View 8 Replies

Web Forms :: In Html File Whole Page Is Displayed.. How To Separate Banner N Menu Bar

Dec 15, 2010

I created home page design / layout in photoshop (PSD file)

Converted to HTML file and will contains associated images folder

How can I use this html file in asp.net Master page?

* created ascx file to INCLUDE Banner , Menu Bar Buttons ( on the Banner it selves)

- In html file whole page is displayed.. how to separate Banner n menu bar?

* Is it useful to create ASCX file as whole banner,menu bar buttons n whole page design done n available in HTML format? Instead can we use that HTML file in Master Page?

* had only images of Menu Bar Buttons... Then I need to make it as Hyperlinks tonavigate to web pages... How to get links thru images which is already designed on Banner?

View 1 Replies

VS 2010 Menu Control - Open Separate Windows When Page Is Selected

Oct 14, 2011

Looking to open a separate windows when a page is selected from the menu.Here's the xml code using taget=_blank...but it's not working.

Code:

<MENU text="Help" url ="">
<SubMenu text="About" url="About.asx" target="_blank"></submenu>
</Menu>

View 5 Replies

JQuery :: Menu Does Not Work For Pages Which Are In A Separate Folder Pages

Oct 24, 2010

I have added a jquey menu in my master page its working fine for those asp.net pages which are at the same level as master page.

But this menu isn't working at all for all of those page which aur in Editor's and Admin's folder. In these pages menu is displaying as simple html menu and unfortunately no jquery effect is shown on it.

I'm very confused why this menu isn't working for the pages which are in a seprate folder while the master page is added at the root level outside of all these folders.

View 16 Replies

DataSource Controls :: Display Results From Two Separate Tables In Two Separate Databases?

Jan 14, 2010

I have access to two seperate databases (mySQL) located on two servers. I need to get the data, link the tables on a key field and display the results in a datagrid. My challenge is that if the search criteria changes for the display it affects rows returned from on table and should thus automatically affect the linked table and resulting data returned.

what the best approach would be to achieving this? So far I have set up a dataset with a dataadapter and table for each connection and then linked the tables in the dataset. The problem that I'm having is getting the linked resultsets to work.

On my form I have the datagrid with two Objectdatasources one for each dataadapter and i believe that's where I'm going wrong...

View 1 Replies

Web Forms :: Web.sitemap - Add Extra Submenu

May 27, 2010

Whenever i add a exta submenu to:

<siteMapNode url="~/washroom/default.aspx" title="Washroom Supply" description="Washroom Supplies">
<siteMapNode url="~/washroom/example.aspx" title="Example" description="Example" />
</siteMapNode>

I get the error page.I managed to add one sub menu(example) but there is no way that I can add more. Everything looks ok but for some reason dosent work. That's the whole map:

<?xml version="1.0" encoding="utf-8" ?>
<siteMap xmlns=[URL]
<siteMapNode url="/" title="Home" description="Home page">
<siteMapNode url="~/cleaning/default.aspx" title="Cleaning" description="Cleaning Services">
<siteMapNode url="~/cleaning/office.aspx" title="Office Cleaning" description="Office Cleaning" />
<siteMapNode url="~/cleaning/ceiling.aspx" title="Ceiling Cleaning" description="Ceiling Cleaning" />
<siteMapNode url="~/cleaning/awning.aspx" title="Awning and Canopies" description="Awning and Canopies" />
<siteMapNode url="~/cleaning/pubs.aspx" title="Pubs, Bars and Clubs" description="Pubs, Bars and Clubs" />
<siteMapNode url="~/cleaning/communal.aspx" title="Communal Areas" description="Communal Areas" />
<siteMapNode url="~/cleaning/carpet.aspx" title="Carpet and Upholstery" description="Carpet and Upholstery" />
<siteMapNode url="~/cleaning/window.aspx" title="Window Cleaning" description="Window Cleaning" />
<siteMapNode url="~/cleaning/pressure.aspx" title="Pressure Washing" description="Pressure Washing" />
</siteMapNode>
<siteMapNode url="~/distribution/default.aspx" title="Distribution" description="Distribution Services">
<siteMapNode url="~/distribution/price.aspx" title="Price Guide" description="Price Guide" />
<siteMapNode url="~/distribution/areas.aspx" title="Areas We Cover" description="Areas We Cover" />
<siteMapNode url="~/distribution/collection.aspx" title="Free Collection" description="Free Collection" />
</siteMapNode>
<siteMapNode url="~/office/default.aspx" title="Office Supply" description="Office Supplies" />
<siteMapNode url="~/washroom/default.aspx" title="Washroom Supply" description="Washroom Supplies">
<siteMapNode url="~/washroom/example.aspx" title="Example" description="Example" />
</siteMapNode>
</siteMapNode>
</siteMap>

View 7 Replies

Web Forms :: Positioning While Viewing Submenu In IE 7?

Feb 4, 2010

We are facing an issue related to positioning of submenu in IE7.The submenu is hiding or else its overlapping Main menu.We have tried with offset values in order to set the positioning of submenu and tried with various combinations also.But its not working.

View 1 Replies

Web Forms :: SubMenu Items Don't Show

Oct 6, 2010

I have a horizantal menu that has 3 items.Home Solutions Contact DatabaseSoftwareTechnical SupportAs you can see when you hover over Solutions it displays 3 submenu items.Beneath this menu, I have a JavaScript Slide Show.The problem is when you hover over Solutions it displays only the first 2 submenu items, the 3rd one (Technical Support) is chopped off by the JavaScript Slide ShowI have tried this in IE & FireFox and the same problem occurs.Can anyone please assist me in why the JavaScript Slide Show makes the sub menu items dissappear?

View 11 Replies

Web Forms :: Transparent Submenu Items Not Working?

Oct 26, 2010

I have an asp.net file with a 2 level menu. I changed the menu background to transparent. When I run the page in the Expression Development Server it works fine but I upload the file to [URL] hosting and the submenu items display with a white background. Is there a way to fix this and why does it behave differently in EDS and ASP.net from Godaddy? I also created my own IIS server and posted the page with the same results.

View 1 Replies

Web Forms :: Delay SubMenu Show Time?

Aug 2, 2010

I am using Asp.net menu control, how can I delay the showing of sub menu items ?

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved