Questions tagged as 'dropdown'

2
answers

How to populate a DropDownList from another DropDownList

I need to know how to populate a DropDownList from another DropDownList. Example: I have a DropDownList named Project that takes the information from my DB. When I select for example "Project 1" I need in my second DropDownList to load all Sub P...
asked by 23.07.2015 / 13:54
1
answer

Dropdown opening with click

How are you? So I'm trying to detach from the bootstrap in this project I'm doing (to improve my front-end practices and also because I've done a lot of site styles, if I implemented bootstrap it would ruin everything). I want to create a drop...
asked by 10.07.2016 / 16:52
1
answer

Javascript menu level 2/4 with error

How do I set the same code, with different variables, but to perform the same action. I tried to re-write it and even then, Javascript is in error, in case it would be a menu in dropdown, with up to 4 levels, I'm still in the 2nd level...
asked by 17.05.2016 / 16:37
2
answers

Asp.Net DropDownList tooltip or title with JS

I'm starting in Javascript, and would like my DropDownList of a .ascx control, when selecting an item, display its full value when hovering the mouse, like a tooltip or title.    This is my DropDown: <asp:DropDownList CssClass...
asked by 05.02.2016 / 15:16
0
answers

Error loading cascading dropdownlist

I am trying to load a cities dropdownlist according to the selected state and am encountering an error. I managed to perform the operation on a template that I downloaded from the internet, but I'm not getting it in my project. Thecodeisbelo...
asked by 26.10.2015 / 13:49
2
answers

How to create a dropdown menu?

I need to use this code to show multiple links in iframe that is just below. But I need to show this part of the code that is the menu links in the menu format Suspense: This part should appear in the drop-down menu <a href="ht...
asked by 15.10.2015 / 23:06
0
answers

Dependent check box

I have a problem and would like to know if you can help me. I have a CRUD that registers cycles, these cycles can have many courses. What I wanted to do exactly, is to validate the selectsOneRadios when registering an issue, that is choos...
asked by 01.11.2015 / 20:55
1
answer

VB.NET Manipulating a "Birthday Drop Down"

Hello everyone! I'm having trouble setting a date on a DropDown from Yahoo's website ... The site link is: link Here's what I'm trying, but it does not work ... I do not know why ... WebBrowser1.Document.GetElementById("month").SetAttr...
asked by 20.08.2015 / 23:54
1
answer

Nested dropdowns do not work. Why?

I have a dropdown within the other. the first one works, it opens the dropdown for the list of items. I've tried dropping another dropdown into this list but that does not work.List and connection do not work. <ul id="menu" class="nav nav-p...
asked by 20.02.2017 / 12:46
1
answer

Dropdown Ordering Angular4 [closed]

Hello, I have a state field (UF) that is as a dropdown and would like to sort it (by name). Could you please give me a map? My code looks like this today: estados = [ {label: 'Acre', value: 'AC'}, {label: 'Amazonas', value: 'AM'}, {label: 'A...
asked by 28.12.2018 / 01:18