Search

You searched for the word(s): userid:764038

Matching Posts

  • Re: two menus on sitemap. postback also on click on first menu?

    Thank you ! Thats exactly what I did today. However Im using just one sitemap and set the startingnode of the second datasource programmatically. And I only use the cases in the protected void TabMenu_DataBound(object sender, EventArgs e) which is the first menu In protected void TabMenu_MenuItemClick(object sender, MenuEventArgs e) a response redirect, which got its url from the session Thanks for effort Have a nice day! greetings
  • two menus on sitemap. postback also on click on first menu?

    I set my menu like discriped here: http://msdn.microsoft.com/en-us/library/16yk5dby(VS.80).aspx but still got some problems: first I want to change the page the content displays,by clicking on the first menu. at the moment nothing changes in the content when clicking on a tag in the first menu and I also got the problem that the startingnode of the seconde datasource is set to a special page. programmatically these startingnodes arge changed by cases in the master.cs page but by onclicking on the
  • Re: master page with two menus, content place holder, sitemap and dynamic controls

    hey I also have two menus, to datasources, 1 web.sitemap and I tried your trick.it works but I have some other problems with menu. maybe you can give me some advice.. If I click on the first (horizontal menu) menu, than the menu on the left shows the sitemap nodes. but the content page,does not update/shows the content of the page clicked in the first tab also If I chose 1 page of the 2nd menu (left), the menu itself, does not longer display the subnote from the first menu it displays the subnotes
  • Re: Problem with two asp:menus and xmldatasource

    Thanks for your reply! <%@ Page Language="C#" MasterPageFile="~/MasterPage.master" Title="blabla" %> < asp:Content ID= "Content1" ContentPlaceHolderID= "ContentPlaceHolder1" Runat= "Server" > some content </ asp:Content > like this, are all content pages so Yes I did or do you mean something else ? maybe its a property of the menu oder the sitemapdatasource? greetings UPDATE: I check the walktrough again its meant to be
  • Re: Problem with two asp:menus and xmldatasource

    Thank you Amanda! this helped me a lot! but I still got some problems: If I now click in the tabmenu above the contentplaceholder does not update its content but it should! if I click on first2 or first3 the contents of the pages must be shown my sitemap hirachry looks like that: < siteMap xmlns= "http://schemas.microsoft.com/AspNet/SiteMap-File-1.0" > < siteMapNode url= "Startup.aspx" title= "Start" description= "Startpage" > < siteMapNode title
  • Re: hide / display menu by click on div

    Got iT!!!!!!!!!! Im now useing the same sitemap for my menus and now it works!!! thank you so much!
    Posted to Client Side Web Development (Forum) by hurzwurz on 8/6/2008
  • Re: asp.net menu no hover effect but menu expands on click

    Thanks for your help! Ill check third party controls and have a try with the treeview again Greetings
  • Re: hide / display menu by click on div

    hi, first thanks for your good assistance. sorry i missunderstood this (input/label). now I changed my code. it works partially. If I stay at the same page and select something in the gridview etc. on the first click /postback the menu is visible a few seconds,than it restores its state and is not visible that works, with this little bug but if I dont stay on the same page, I click on the tabmenu (which is above all) in the masterpage (the hiddeable menu is on the left of the masterpage ) and the
    Posted to Client Side Web Development (Forum) by hurzwurz on 8/5/2008
  • Re: hide / display menu by click on div

    hey I tried it.but it does not work Ill copy you the code: <script type="text/javascript" language="javascript"> <!-- window.onload = function () { menuRef = document.getElementById('alles'); menuStateRef = document.getElementById('<%= menusichtbar.ClientID %>'); // Allow for the initial rendering ('allopen'???)... if ( menuStateRef.innerHTML.length <= 0 ) menuStateRef.innerHTML = 'allesauf'; menuRef.className = menuStateRef.innerHTML;
    Posted to Client Side Web Development (Forum) by hurzwurz on 8/5/2008
  • Re: hide / display menu by click on div

    but after clicking on the masterpage on a other site the menu is in its standard state: open so How to tell the menu, not to be displayed if the input field / labels text is "closed" ? in the masterpage.master.cs ? in which event and most importent "how" Im searching the web for a few hours no there exitsts menuvisible.Attributes.Add("class", "allclosed") but I dont know how to use this correct also If its the correct way how to do something like that greetings
    Posted to Client Side Web Development (Forum) by hurzwurz on 8/5/2008
Page 1 of 9 (81 items) 1 2 3 4 5 Next > ... Last »