Web Forms :: Menu Item Click Event For Menu Control

May 7, 2015

Sitemap & Menu:

<asp:SiteMapDataSource ID="Menu" runat="server" ShowStartingNode="false" />
<asp:Menu ID="Menu1" runat="server" Orientation="Horizontal" OnMenuItemDataBound="OnMenuItemDataBound" DataSourceID="Menu" >
<LevelMenuItemStyles>
<asp:MenuItemStyle CssClass="Menu" />
<asp:MenuItemStyle CssClass="Level" />
</LevelMenuItemStyles>
</asp:Menu>
<siteMapNode url="javascript:Logout" title="Logout" description="Logout" roles="*">
<siteMapNode title="Logout" description="Logout"></siteMapNode>
</siteMapNode>

I want OnClick event instead of navigation .

View 1 Replies


Similar Messages:

Web Forms :: Menu Control Click Event Not Firing / How To Pass The Selected Menu Item Text To The Other Page

Jan 10, 2011

I am using frames in my webpage.in one of the frames i have a menu control whose items are database driven.when click on the menu item, i want another page to be displayed in other frame.

now i want to pass the the selected menu item text to the other page using session variable which is in the menu item click event method.but the thing is when i click on the menu item, the click event is not firing.

is there any better way to pass the selected menu item text to the other page?

View 1 Replies

Web Forms :: Menu Collapses Automatically When Click On A Menu Item?

Feb 21, 2011

i have a menu which is collapses as a default. This is done by following query.

[Code]....

Now, the problem is, whenever i click on any menu item by expanding the menu, the item page opens but the menu collapses again. I want to let the menu remain as expanded although a menu item is clicked. i.e. menu shouldn't refresh when a menu item is clicked.

View 6 Replies

Menu (html List) Item Click Event ?

Mar 22, 2011

Im searching about to do a click event on a Menu (html list) item, what I found need to use Javascript, do I need to use this or is there another way ?Noob question: Is it possible to build a web application without Javascript ?

View 4 Replies

Web Forms :: Finding Menu Item From Menu Control?

Apr 15, 2010

I am working with asp.net 2.0 I have 1 problem Regarding Menu Control I used menu control in Master page. Now I have to find out Menu Item from Menu control depending on Condition. how to do that on server and Client side.

My code:

<asp:Menu runat="server" Orientation="Horizontal">
<StaticMenuItemStyle CssClass="jobTabNormal" />
<StaticSelectedStyle CssClass="jobTabSelected" />
<DynamicHoverStyle CssClass="jobTabHover" Font-Bold="true" />
<DynamicMenuStyle />
<DynamicSelectedStyle CssClass="jobTabDynamicSelected" />
<Items>
<asp:MenuItem Text="Job Details" Selected="true" NavigateUrl="#" Enabled="true">
</asp:MenuItem>
<asp:MenuItem Text="Cargos" Enabled="false" NavigateUrl="~/Pages/cargoDetails.aspx">
</asp:MenuItem>.......

View 3 Replies

VS 2005 How To Show The Menu And Sub Menu Only On Click Event

Jul 22, 2010

I am using Asp.net Menu, I want to show the menu and sub menu only on click event. How Can I ?

I tried some links

1. Link1

This one show the menu onclick, but the sub menu visible without clicking ?

View 3 Replies

AJAX :: How To Highlight Menu Item Of Menu Control For Current Page

May 7, 2015

How to center the menuitems and highlight the selected menuitem in menu control in asp.net?

<asp:Menu ID="maspageMenu" runat="server" BackColor="#2D2D30" Width="100%" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="1.4em" Font-Strikeout="True" Font-Underline="True" ForeColor="#009933" Orientation="Horizontal" StaticSubMenuIndent="10px" BorderStyle="Groove">
<DynamicHoverStyle BackColor="#18624F" ForeColor="White" />
<DynamicMenuItemStyle BackColor="White" HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicMenuStyle BackColor="White" BorderStyle="Double" />

[CODE]...

View 1 Replies

Web Forms :: Menu Control Click Event Not Working

Nov 14, 2013

I have this code. 

<asp:Menu ID="rootmenu" runat="server" CssClass="linkLableName" Width="156px"
ForeColor="#ffffff" Orientation="horizontal" StaticMenuItemStyle-CssClass="menuItem"
DynamicMenuItemStyle-CssClass="menuItem" OnMenuItemClick="rootmenu_MenuItemClick">
<Items>
<asp:MenuItem Value="Home" NavigateUrl="~/Main/MainPage.aspx" /> </Items>

[Code] ....

But I cant get it work....

View 1 Replies

Forms Data Controls :: Add A Context Menu Strip For A Grid View Control On Right Click Of The Item?

Oct 8, 2010

I want to know how to add a context menu strip for a grid view control on right click of the item..

View 3 Replies

Web Forms :: How To Build A Menu And Each Item Of The Menu Has An Image As Background

Apr 19, 2010

I am need to build a menu and each item of the menu has an image as background knowing that i depend on sitemap to build the menu i used

[Code]....

where menuitem is in a css sheet

[Code]....

it display the image but in the wrong place?

View 1 Replies

Web Forms :: Child Menu Item Appear On MenuItem Click?

Mar 25, 2010

I am using ASP.NET 3.5 Menu Control.Is there a way to disable the default "hover" behavior, and change it so that user CANCLICK on the static menu item in order to make the child menu item appear?

View 1 Replies

Web Forms :: How To Click A Menu Item And Start A Download

Jun 1, 2010

I am using visual studio 2005, asp.net, c# to develop a web site.

In my web site home page, I add a menu item "Download Update", when user clicks on it, a login page will display, if user types in a correct username and password, then I would like to start the update download automatically, rathen than display a another download page and ask user to click on some link text to start the download.

View 4 Replies

Hide The Menu Item On Page Load And Show The Item After The Event Is Triggered?

Mar 24, 2011

I am using aspnet menu control and i want to hide the item initially on page load and show the item after an event is trigger say button lick event Can any one give me an example?

View 6 Replies

Javascript - Hide Menu Item Or Dropdown Menu Item?

Aug 31, 2010

I have dropdown menu item ("pin this site") that i need to hide it or hide menu item itself ("My Network").

When I saw viewsource on page, I got below code.

<a class="zz1_TopNavigationMenu_1 ms-topnav zz1_TopNavigationMenu_3
ms-topnavselected zz1_TopNavigationMenu_9" href="http://mynetworkqa.spe.org"
style="border-style:none;font-size:1em;">My Network</a>
<a class="zz1_TopNavigationMenu_1 ms-topNavFlyOuts zz1_TopNavigationMenu_6"
href="javascript:__doPostBack(,
'ctl00$PlaceHolderTopNavBar$PlaceHolderHorizontalNav$topSiteMap''Pin')"
style="border-style:none;font-size:1em;">Pin this site</a>

How can I hide menu item?

View 1 Replies

Web Forms :: Menu Display When Right Click On Tree Node Item?

Jun 17, 2010

I have to create menu like outlook menu tab. I am using treeview for this. Let me know how to create menu when right click on tree node item and how to handle right click event for treeview. give any reference or source samples for this.

View 4 Replies

Web Forms :: Display Page When User Click On The Menu Item?

Jan 29, 2010

I have created menu on my page and on the same page I have "Iframe" control in that I want to display page when user click on the menu item.Where can i give path for Iframe so it display page in Frame,or is there any configuration in the Menu property. Below is the code for creating the menu and menu item:

<asp:Menu Width="100px" ID="Menu1" runat="server">
</asp:Menu>

Code behind File :

Dim mainMenu As New MenuItem("CustInfo", "", "", "~/DetailView.aspx?CatID=1002", "_parent")
Menu1.Items.Add(mNode)
Dim subItems As New MenuItem("DocumentInfo", "", "", "~/DetailView.aspx?CatID=10021", "_parent") [code]...

how can I display page in IFrame which is on the same page as MenuItem.

View 2 Replies

Web Forms :: Append Right Click Menu To A Textbox (Context Menu)

Jul 17, 2015

How to append right click menu to a textbox in asp.net c#?

View 1 Replies

C# - How To Pass Command Argument While Selecting A Menu Item In System.Web.UI.WebControls.Menu

Feb 2, 2011

I have a Menu. When user clicks on the menu , I need to pass a command argument. How is that done ?

This is the code for

[code]....

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

.net - Set URL Argument For Page_Load In Some Menu Item Click Javascript?

Jan 27, 2011

I am reimplementing an ASP.NET application with a main page (Call it "MyMainPage") which contains a user control. (Call it "MyNavControl") Within that user control is a menu control provided by a third party. Items added to this third party control have an "Href" property that is passed a URL. The code to create a menu subitem, contained within the codebehind of the .ascx for MyNavControl, goes something like this:

ThirdParty.MenuItem subitem = new ThirdParty.MenuItem();
subitem.Href="MyMainPage.aspx?_page=PremiumCustomer&_title=Premium";

MyMainPage also contains a user control representing the bulk of the page body. Let's call that MainBodyControl.ascx. The Page_Load() for the main page sets up some session values which are used in the Page_Load() for MainBodyControl.When the menu item on the main page is clicked, the main page's Page_Load() will be passed the arguments specified in the menu item control's "Href" value. So:

protected void Page_Load(object sender, System.EventArgs e)
{
string sPageType = "";[code]....

Here's my question: I'm replacing the third party controls with standard ASP.NET controls, so the current "Href" property mechanism can no longer be used. What would be the best way, in some JavaScript assigned to a menu item's click event, to set a new value for "_page" or "_title" above.

View 1 Replies

Web Forms :: Menu Control ... Cannot Select Item At 4th Level

Nov 8, 2010

I have this control on a page. The selections are static. The "maximumlevels" is set to 6. When I click on an item at the 4th level, I can see the postback occur but the "click" event doesn't fire! I'm totally baffeled. I've tested this in the Page Load event. At this point the PRIOR menu selected value shows. On the next menu_click, the previous selection shows. The first menu item is "selected" and has a value of "Overview". The fourth level item has a value of "Child". No matter how many times I selected that item, my check in the Page Load shows the value to be "Overview". I've tested the 3rd level items and on click, I can see the prior menu item value. When I click a 4th level item, the value never changes from the last 3rd level or higher item selected.

View 7 Replies

Web Forms :: Add/Remove Default Classes From The Menu Generated From The TreeView Or Menu Control

Apr 5, 2010

Is there a way to add/delete/update the default classes (for instance AspNet-Menu-WithChildren,AspNet-Menu-NonLink ) of the html generated by the asp.net menu or treeview control? I am using CSSAdapters so the menu control renders in a list format instead of table format.

View 1 Replies

Web Forms :: Style The Menu Control To Allow The Menu Items To Float To The Right Of The Container?

Feb 3, 2011

Currently I have a menu control on my webform in ASP.Net 4.0 :

<div class="PNMenu">
<asp:SiteMapDataSource ID="PNSiteMap" runat="server" ShowStartingNode="false" />
<asp:Menu ID="PNMainMenu" runat="server" DataSourceID="PNSiteMap" RenderingMode="List" Orientation="Horizontal" CssClass="PN-PrimaryNavMenu" >
</asp:Menu>
</div>

I am trying to style the menu control to allow the menu items to float to the right of the container, however I am unable to do so as whenever I am styling the a, ul or li it keeps getting overidded by asp.net and floats everything left.

.PNMenu
{
clear:both;

[code]...

View 5 Replies

Web Forms :: Change Background Color Of Selected Menu In Menu Control?

Jul 15, 2013

i have a asp menu in master page and it is populated from database. 

i want if user click a link that menu link's background color should change how to do?  

View 1 Replies

Web Forms :: Hide Some Menu Items For Non Logged In Users In Menu Control

Apr 8, 2013

What I want is to show menu items Administrator or show user menu items.Show menu items using login...How I can do it with role  provider, control menu and siteMap in masterpage?

View 1 Replies







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