.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


Similar Messages:

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

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 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

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

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

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 :: 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

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

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

Data Controls :: Display DataList Row (Item) Details In Alert On Button Click Using JavaScript And JQuery

Nov 22, 2015

I have a datalist 

<asp:DataList ID="ddlist_rooms" runat="server" RepeatColumns="1" RepeatLayout="Table">
<ItemTemplate>
<div>
<h3><span class="roomtype"><%# Eval("room_type") %></span>
</h3> </div>
<div><span class="rid" style="visibility: hidden"><%# Eval("id") %></span></div>

[Code] ...

In the above structure room information has been loaded now when I click on book now then I want to access the roomid room price to send it next panel.

I just want to know that how it is possible to access other values using jquery...

View 1 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

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

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 :: 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

Forms Data Controls :: Datalist Menu Faced With Argument Was Out Of The Range Of Valid Values?

Dec 7, 2010

I have a datalist menu that has several menuitems in it(each item load user control).I want to show each menuitems in seperate dynamic Ajax tabs when I click on first item tab is created but when I click on second menuitem to create second dynamicajax tab I faced this error:

[Code]....

View 11 Replies

Asp.net - Loop In Code Block On Click Argument?

Feb 13, 2010

Basically what i am trying to do is display a list of categories. And if the admin is logged in
i want to show some buttons next to each category. For example a button to delete it. The problem is that i dont know how to pass a parameter to the function that does the action.Like i specify that on button click the function 'DeleteCat' must be called but if i cant pass the ID of the category to be deleted this wont work.I know this can be done with commands and a repeater, but its not an option, i cant use a repeater.So apparanly this is what i am aiming for:

[code]...

View 1 Replies

Web Forms :: How To Remove Menu Item Or Sub Item By Value

Sep 20, 2010

I have an asp.net menu in which i have to let some nodes visible or invisible base on some logic.I know i can find value by item but i wnated to FindItemByValue of my asp.net menu.Could it be possible?

View 3 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

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

Web Forms :: DropDownList Selected Item Is Lost And Default Item Is Inserted In Database On Button Click

Jul 16, 2012

I bind dropdownlist in my page

protected void Page_Load(object sender, EventArgs e) {
BindDropDownList(DDL1, "city1", "name", "ID");
DDL1.Items.Insert(0, new ListItem("select city", "0"));
}

And SP

LTER procedure [dbo].[city1]
as
begin
select id,Name
from city
end

And design code

 <asp:DropDownList ID="DDL2" runat="server" CssClass="daddsd">
</asp:DropDownList>

And here is imagebutton code that when click on it update data into table

protected void ImageButton_Click1(object sender, ImageClickEventArgs e) {
string data = Server.UrlDecode(Request.QueryString["BehCode2"]);
SqlCommand _cmd = new SqlCommand("insertinfo", _cn);
_cmd.CommandType = CommandType.StoredProcedure;
_cn.Open();

[Code] ....

Here when i click on button it insert all data into table but it didn't insert my selected item from dropdownlist it insert select city that i define in page_load

 DDL1.Items.Insert(0, new ListItem("select city", "0"));

And when i delete this code from page load it insert in table first row of my table it didn't insert my selected item from dropdown list.

View 1 Replies

How To Call Javascript Function With Argument From Code Behind

Aug 13, 2010

I want to pass some argument to javascript function from code behind. My Javascript function as follow. how to send arg to this func. from server side code.

function addTab(tabid,tablist) {
//to Find the Panel
var Panel = $find("<%=RadPanelBar2.ClientID %>");
//To find the Tab Strip
var tabStrip = Panel._findItemByValue("QueueGridPanel").findControl("RadTabStrip2")
tabStrip.get_tabs().clear();
var newTabNames = "MyTab1,MyTab2,MyTab3";
//var newTabNames = document.getElementById("ctl00_GridContentPlaceHolder_hfTabs").value;
var TabsNames = newTabNames.split(',');
var i = 0;
while (i < TabsNames.length) {
var ntab = new Telerik.Web.UI.RadTab();
tabStrip.get_tabs().add(ntab);
ntab.set_text(TabsNames[i]);
i++;
}
return false;
}

View 2 Replies

Invalid Argument Javascript Error Only On Certain Computers?

Nov 18, 2010

Getting an error whenever we click a particular button/link on our site. It is generating a javascript "Invalid Argument" error. I know in the other posts it is typically because it is a syntax error in the javascript however it only just seems to have started happening and it doesn't happen on all pcs.

ie. in our client's environment if I remote onto their web server and view the uat website I get the javascript error. If I remote onto their sql server and view the uat website I don't get the javascript error. If it was a syntax error then I would always get the error wouldn't I?

both browsers are the same version of IE6 (yeah I know...) :) I have tried deleting temporary internet files - including viewing the files and deleting them myself - but no joy.

client uses citrix.. and they're all getting the error :(

Update - I haven't posted specific code as there is too much to post (and I'm not sure where the error is occurring). The "button" launches a new window which in turn opens up a couple of aspx pages and calls lots of javascript. So the window opens ok, and there's a function that gets called to resize the window - but before it calls the resizing of the window/content it throws the invalid argument error. Am busy trying to get alerts to trigger to see if I can see where it's falling over but so far no luck.

Again not sure why this error doesn't occur when I use a particular PC (same browser version)

View 3 Replies







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