Questions tagged as 'dropdownlist'

1
answer

How can I autollen 2 inputs depending on what I select in a dropdown?

I have a dropdwon which shows as options the fields of a table in mysql, up to here everything is fine. I also have 2 inputs which I want to fill according to what is chosen in the dropdown. The information with which I want these inputs to be f...
asked by 16.05.2018 / 22:38
1
answer

Fill a DropDownList depending on a conditional query in asp.net mvc 5 entity framework

Hi, I have to fill out a dropdownlist with the information that this query gives me. Select Unit from Unit Measures where Status = 'Active' This query should bring me the units that have the active state but I do not know how to implement...
asked by 27.12.2018 / 19:35
1
answer

DropDownList Lose the style

Hi, I have a GridView in RowCommand I call a div floating% that loses the style when loading (has the search option) This is my code I have everything in a UpdatePanel , it visually loads it but after loading the data...
asked by 27.11.2018 / 22:11
3
answers

How to show the data entered in inputs and dropdowns through a submit with php or javascript?

Very good people from the forum What I would like to do, which I do not have the slightest idea in this language, is to show the data that is entered in certain inputs and dropdowns in a secondary screen, so to speak, through a submit so that...
asked by 07.03.2018 / 19:09
0
answers

Pass id value selected in dropdowlist to the controller to filter webgrid

I had previously asked a question that thanks to Davlio has already been resolved. However, another question arose, I have two stored procedures mapped in entityframework, one to fill dropdownlist (GetDepartamentos_Result) and another...
asked by 12.01.2018 / 19:05
1
answer

Menu with Menu dropdown does not link to the parent Bootstrap link

I have the following code <li class="nav-item dropdown"> <a title="Ver Mensualidades" class="nav-link dropdown-toggle" href="mensualidades.php" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria...
asked by 10.10.2018 / 02:40
3
answers

How to change the data that comes loaded with a dropdownlist of asp.net mvc with JQuery?

How about everyone having a problem with a dropdownlist, I want to filter data by the following status: -Active -Rejected -Pendiente but the dropdownlist that I have loaded already makes the corresponding filtering is just that I load the val...
asked by 14.08.2018 / 19:17
2
answers

What is the best way to establish a value of a dropdown from the database [closed]

I have a dropdown of blood type, and the values are hardcode, but when entering the interface, which is the best way to set the value previously saved from the database, I'm doing something like this: <select class="selectpicker" id="'.$key...
asked by 18.05.2018 / 19:11
1
answer

Show colors in a dropdownlist

I have a web application, which has a form for registering new users; Each user is assigned a unique color, taken from the database (MySQL). I have a user table and a color table. I want that when registering a new user in the option to selec...
asked by 26.12.2018 / 16:47
1
answer

automatically display datalist

How can I deploy this list using jquery? <input list="browsers"> <datalist id="browsers"> <option value="Internet Explorer"> <option value="Firefox"> <option value="Chrome"> <option value="...
asked by 05.10.2018 / 19:05