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?
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.
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.
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.
I'm currently working on a project and I want to make as much things as possible performing on client side - with as little loading as possible. The project consist of three "main" pages. On one page I use jQuery DataTable plugin which is working great. One page has tabs (using jQuery). I want to put datacontrol (repeater) on this site and when user selects one item in dropdown, data in repeater loads on client side, without performing the action on server.
What I am trying to achieve:I am trying to take the value of the selected index and depending on what this value is (e.g. the case selection in the code below) run a different query on the dataset and then create a repeater control dynamically to output each row with an item template that I can use css to style.
In other words: When a user choses a list item it shows only rows from the dataset that match the list item chosen. For example if a user choses Closed Tickets they only see rows from the dataset that have a STATUS of 'CLOSED'.
What I have done so far: [Code]....
What I'm struggling with at the moment is:
1) That the case selection works but the selection of the appropriate data from the dataset doesn't seem to be happening. And this data isn't getting stored in rows as I had hoped.
2) I'm not sure entirely how to display the dynamically created repeater control in the admin.aspx page.
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 have tried binding images to repeater from one folder called images . But now, I am trying to bind the repeater with different folder's images, based on which menu item is clicked like "Wedding", "Birthday". When "Wedding" is clicked then it repeater should be loaded from Wedding folder's images similarly with "Birthday".
Currently i am using following code to load from single folder.
if { Repeater1.DataSource = di.GetFiles(); Repeater1.DataBind(); (!IsPostBack)string imgDir = Server.MapPath("~/images");DirectoryInfo di = new DirectoryInfo(imgDir);
I'm currently developing an ASP.net application w/ VB as the code behind. I have a page that shows all the user name currently assigned to the system. The problem now is that the page does not communicate directly to the database. Instead, I use HTTPrequest to get all the user names from a different sever. Now I want to populate the listview control w/ the response that I got (and not directly from the database).
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
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?
Actually i have Textbox in Repeater, while entering value to the textbox and comes out from the textbox, the data which entered in textbox should stored in database.