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 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'm using the Google CDN to load my JQuery file. However, I'd like to have my master page use a separate theme to my content page. Is this possible when using the CDN? I'm using ASP.NET.
I have HandleError attribute working normally, however:
I have a jqueryui dialog that displays a partial view. If i generate an error in this action the dialog just remains blank and no redirect to the Error.aspx page.
This code is not working. In IE, it doesn't do anything but in FF, it throws a error box with message that the "FF doesn't know how to open this address..."
I have a GridView with several columns. One of my columns is a TemplateField containing a HyperLink.
I want that hyperlink "clicked" if the user clicks anywhere in the respective row. If the user clicks in Column2 of Row1, I want the page to behave as if the user clicked on the link in Column1 of Row1.
I need to open a browser tag within a link that is given from me from an asp.net code behind.Normaly I would have a link and target="_blank", but the link that I need is dynamic, so i must have the behauvior of a _blank-link from code behind.
I have a view that displays an appointment schedule for the logged in user. It defaults to today's date and schedule when first navigating to the Index action for the controller. I have added a jQueryUI DatePicker to the view and when the user selects a new date I would like the data to be refreshed and the view to be refreshed immediately. Following are partss of the code. The javascript for the DatePicker that sends the new date back to the controller:
[Code]....
This works fine and the Index function of the controller gets the date back as a parameter. Code for the controller is:
[Code]....
When I run this in debug it seems to be working fine also. The model calls a stored procedure with input parameters and the new date gets passed just fine. The correct data is coming back but the view does not re-render with the new data on the first pass through. I had to put a button on the view to prompt the user to refresh the view after selecting the new date to get it to work at all. So here is the scenerio:
User navigates to view and gets today's schedule. User selectes new date from DatePicker
In debug the Index controller is fired immediatly and the new data is retrived and returned to the view but this is not reflected in the UIUser clicks the "Go" button.
In debug the controller is again fired immediately with the same date and the data is retrieved and returned to the view and this time it renders correctly.
How can I open a XML file from the location mentioned in the web.config file using Hyperlink control?
I have an aspx page with hyperlink control and in code behind I do the following:
[Code]....
Web.config file looks like:
[Code]....
This code is not working. In IE, it doesn't do anything but in FF, it throws a error box with message that the "FF doesn't know how to open this address..."
I have a hyperlink being returned as a template field in a gridview, it all works except that I would like the link to open in a new window.See code...
I want to do something like netflix, where when you hover over something like a hyperlink (netflix, is an image) a panel displays, when the mouse moves off of the control, the panel hides itself.Any suggestions on how to do this and with which control? The AnimationExtender will display the panel, but won't close the panel as I am limited to one Animation.
I am having an issue with the hyperlinks that are created as part of a horizontal menu control. You have to position the cursor in a very narrow range near the very top of the menu option to find the hyperlink associated with that menu option. This is only the case with Firefox and Chrome. You can try it for yourself at [URL] Try clicking any one of the horizontal menu options ("Services" for example. You will see that it is very particular where it will allow you to click to activate the hyperlink. Markup:
I have a main page which display the results when clicked on the search button. Those results are in the gridview. one of the column is a hyperlink. when clicked on the hyperlink, it will display the detail page in an iframe(iframe is in the main page below grid view) which is on the same page.
now i need to make changes to the main page, to display directly the detail page in an iframe when there is a single record. or the grid view when there are multiple recoreds so that user can choose which details they want tlp see when a search button is clicked.