I am using Asp.Net 3.5 along with C# and database is SQL Server 05. I am using Asp.net menustrip that is bind with with data source using LINQ to SQL. i also add some CSS stuff with menu so that after applying CSS my menu show at top of website horizontally.
But i need some JQuery Menu (stylish menu) which should be populate dynamically.
For Example i created two roles 1) Admin 2) User
When admin loggin the admin menu show when user loggin admin menu hide and all the data of menu is populate via JSON file. I am using sitemap to populate menu but now i want some JQuery Menu which is stylish and should populate accodrding to needs not be hard coded.
I want when user click one of item from menubar it go to Furniture.aspx and when it go to that page in furniture.aspx show my product related to that item i have Product table in my DB
Id Code Name Description H_name
1 1112 Iron This is test Electric 2 1113 Pot This is test Kitchen 3 1114 Chair This is test Furniture 4 1115 Laundry This is test Electric 5 1116 Container This is test Kitchen 6 1117 Sofa This is test Furniture
I want when user click on Kitchen from menubar in furniture.aspx show product that have H_name=Kitchen or if they click on Electric item from menubarin furniture.aspx show my product that have H_name=Electric
It's being loaded from a dynamically generated XmlDataSource Item:
[Code]....
The XML of which looks something like this:
[Code]....
I can't seem to figure out a way to make the width of the drop menus consistent (they're following the padding conventions I have outlined, I get that). What I'm interested in is a way to make the DynamicItemsStyle width on all items the width of the widest one.
problem is in my css i assigned margin-left:0px for span.so all my sub navs align to left.but i want to align sub nav under the mail nav.means i need to change align-left property of css dynamically using jquery.
means first sub nav link should be below 'link4' not under 'link1'
so i added following code but i dnt knw how to grab current li position and assign it to span margin.
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.
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?
I need a help in creating a vertical oriented Menu control with dynamic url's set in there Navigate Url property.Also i need to set the menu items as enable/disable in two different modes say edit/new.
I'm trying to create an asp menu for a website. The site will have 2 levels of user Master users (which will have more options) and Sub users which will have limited menu options.
I was wonder does anyone knows if a way to hide menu items? I've tried google but I can't really find much.
Here's the Asp code
[Code]....
I have worked out how to hide the whole menu when the user is not logged in
i'm working with asp.net visual studio 2008 c#i'm using Menu and i added items . the first item has like sub-items ...now when i run the website, the Menu wont open the sub-items menu ... this is the code :
I'm using asp.net and css to style a master page with navigation at the top. I was hoping to add the login status control in as a menu item but it is not allowed. Can someone point me in the right direction? When I post my code on this forum do I have to include tags?
I'm looking for a good jQuery or CSS, or combo, library to enance my left side menu in an an intranet application. I don't like the 'hover only' expand/collapse style of the ASP.NET Menu control on its own, and I don't like the 'icon-click only' expand/collapse style of the TreeView control on its own.
I plan on trying the CSS Control Adapters, to render the menu with some self-respect, i.e. as nested <ul> or <ol> elements instead of the usual orgy of tables. Beyond that, I need something to give a bit of style and menulike behaviour to these nested lists, and I would prefer a jQuery plugin for this. Which should I use?
I am trying to implement dropline menu using asp.net menu control. I found JQuery dropline code @ Dynamic Drive & currently using CssFriendly Adapters to get neet CSS, but i am unable to implement it as menu control renders its own css names.
I have al list that I would like to populate with new items from a textbox. But when I add a new Item it overwrites the old list with te "new" list. I declared the list outside the method so I don't know what the problem is.
Lets say I have ListBox1 (1,2,3,4,5,6) and a ListBox2 (A,B,C,D,E,F)..
and a Button and a GridView. Now when I click the Button. I want a GridView Column 0 to be populated by ListBox1 and Column 1 to be populated by ListBox2. . C# / Asp.net.
I've an asp menu on my site. I need to dynamically populate this from my database depending on a choice made by the user.
Basically, when entering the site the User chooses a product category and this selection determines the options in my menu. I'm totally lost as to how to populate my menu each time the user changes their category - I've only ever hardcoded in the values to a this menu type so I've no idea how to programmatically populate it.
From what I can gather, it seems that its best to populate the menu via XML - if this is so could someone post a sample of what this XML structure (or let me know ehere I can view this)