An HTML drop-down list is generated using the element.

learn more… | top users | synonyms

0
votes
2answers
20 views

jquery form specific dropdown values based on class

I know this is simple and the answer has got to be out there somewhere but I can't find it. How do I select all the values of a series of dropdown menus with a specific class inside a specific form? ...
0
votes
1answer
21 views

Reading XML contents through LINQ to Dropdownlist

I am binding the XML contents to a Dropdownlist in MVC4. From the link, I tried reading the contents of the XML file. The Where clause in the code returns Object is not reffered to the instance of the ...
0
votes
1answer
30 views

Dynamicaly populate up to 3 dropdowns based on previous dropdown selections

I know similar questions have been asked and I have a sample fiddle using some of my known years, months and days as a sample. Instead on manually adding select option divs for each year, I'd like the ...
0
votes
1answer
31 views

DropDownList Value not empty

I'm having an weird problem, i've copied and pasted some code, but this one works fine at one view and doesn't works at another one. My problem is the dropDownList ("Destino" or "Origem") when got no ...
0
votes
0answers
18 views

kendo UI DropDownList behaves weird

I have the following code. When fetching the value selected, it works fine. But if I try put the selected value in any condition, it falters. the code crashes. var onAcctMgrSelect = function (e) { ...
0
votes
1answer
14 views

Accessing drop down list value from controller

I added a drop down list to my view as shown below. <select id="colorStyle" name="Colours"><option value="0">Red</option><option value="1">Yellow</option> How can I ...
0
votes
2answers
37 views

Have option display blank then on submit keep value selected

Is it possible to have the first item in a dropdown list blank and selected by default but when choosing an item in the dropdown list and hitting submit, having that value stay there. here is an ...
0
votes
2answers
50 views

Returning int value from @html.DropDownList

Actually I have some problem which happened because of lack of my knowledge in ASP.NET - MVC 4. What I am trying to do is getting the selected value from the drop down and return it to the controller ...
1
vote
1answer
46 views

Creating dropdown list with data from sql and when post is called, keeping the tab selected

Ok, heres my problem: I can create the dropdown list, but when I try and set the last used tab as selected it runs through the while query and selects the bottom option. Heres my code: <?php ...
0
votes
1answer
77 views

Bind checkbox or multi-select dropdown to array in AngularJS?

I am new to AngularJS, and am thus confused as how to bind checkboxes or multi-select dropdowns to a separate list. <body ng-controller="FooListCtrl"> <span ng-repeat="foolist in foos"> ...
1
vote
1answer
27 views

DropDownList From Objects MVC

Ok so I want make a DropDownList from my object list here is my getting object method public List<Category> GetCategoriesList() { BaseShopEntities context = new ...
0
votes
2answers
70 views

Get selected DropDownList item from MVC Partial view

I use @Html.DropDownList in a partial view for show the list of banks and render it in the Bank Branch view. How can i get the selected Bank in @Html.DropDownList and fill the BankId in the ...
0
votes
0answers
45 views

Multiple dropdownlists data to add multiple rows in table

This is my view: @foreach(var student in ViewBag.Students){ <div class="editor-field"> @Html.DropDownListFor(x => x.StudentId, ...
0
votes
0answers
25 views

HTML.DropDownList Default Value save as NULL and still work on selected values

I have a value in the DB that can be NULL and is causing me problems with Html.DropDownList. The code is stored in the DB, and is currently setting the selected value correctly. <%= ...
1
vote
1answer
74 views

jQuery dropdown checklist in a while loop

I want to use the jQuery Dropdown CheckList in a while loop. But in only display the jQuery Dropdown Checklist in the first row. For the rest of the row it didn't call the jQuery Dropdown Checklist ...
0
votes
0answers
66 views

Selecting div in custom dropdown using Keyboard (Up, down and enter keys)

I have simulated a dropdown look alike using div. I have also implemented search functionality for the values in dropdown div. I am trying to select the options in div dropdown using keys. When i ...
0
votes
1answer
19 views

How can I have a function cause all but the first option in a drop down menu open a new webpage?

This is the code I have so far: `<!DOCTYPE html> <html> <head> </head> <body> <img src="http://blog.dubspot.com/files/2011/09/dubspot-dj-producer-banner-2.jpg" ...
1
vote
1answer
52 views

Get list on basis of dropdownlist data in asp.net mvc3

I have two dropdownlists in my module. In one dropdownlist, I have hardcoded all the operators like <,>,<=,>=,== In second dropdownlist, I have hardcoded salary of employees like ...
0
votes
2answers
50 views

Disable an item in the Dropdownlist in my MVC3

I have an MVC3 application. I want to disable a particular item in the dropdown list based on a condition. @Html.DropDownList("ReportName", Model.ReportTypes, new { style = "color:black; float:left; ...
0
votes
1answer
30 views

Create Index with single drop down list

I want to create an index page that starts with a single drop down list. Once the user selects a category, and second drop down list will appear (via an Ajax call) that will allow the user select ...
0
votes
3answers
151 views

dropdown list item selection in asp.net

I am using the below code to bind a dictionary object into a dropdown list and select value from the dropdown list. protected void Page_Load(object sender, EventArgs e) { ...
0
votes
2answers
54 views

How to clear exisiting dropdownlist items when its content changes?

ddl2 populates based on ddl1 selected value successfully. My issue is the data that is already present in ddl2 does not clear before appending the new data so ddl2 content just continues to grow ...
0
votes
1answer
53 views

Populating dropdown list with two columns from database

I'm working on MVC3 project. At my controller I already have a code that gets the Descr column from StockClass table. After that I fill a ViewBag with this list in order to retrieve it from the view ...
0
votes
1answer
55 views

jQuery dropdown box always shows first item

In a jQuery function I am working with, I use a .get to return some XML data & then use it to populate a drop down box. The code that I use to build the <OPTION> tags in the select follows: ...
0
votes
2answers
92 views

MVC populating drop down list from database

Im pretty new to MVC. Im trying to populate a drop downlist with currencies retrieved from database. What am I doing wrong? @model IEnumerable<DSABankSolution.Models.ExchangeRates> @{ ...
0
votes
1answer
28 views

Is it possible to use jQuery.validVal to validate select dropdown list?

I'm using jQuery.validVal to validate a form. And it works fine for all input fields, but I can't get it to work on select lists. And I can't seem to find any documentation of it working or how to get ...
0
votes
1answer
47 views

passing drop downlist selected value to Ajax.ActionLink

i have a dropdown list in my view which is populated through model . i want to pass the selected value to ajax link. <select name="dd" id="dd"> @foreach (var item in Model) ...
0
votes
2answers
87 views

Get value from Html.DropDownListFor without using Ajax or Jquery?

I am trying to pass a value from a dropdownlist to a controller method as a parameter. The following code DOES NOT WORK: @using (Html.BeginForm()) { <fieldset> ...
0
votes
1answer
50 views

Sending parameter from Html.DropDownList not completing redirect action?

I am struggling to get the value out of this: @Html.DropDownListFor(m => m.ClientId, new SelectList(Model.Clients, "ClientId", "Name")) @Html.ValidationMessageFor(model => ...
0
votes
1answer
61 views

Create simple Html.DropDownList or DropDownListFor

I am trying to include a list of Clients in a drop down box. I am including this list in a form (the Html.BeginForm()) so that I can pass the selected value to my POST controller. I think I am missing ...
0
votes
1answer
117 views

using Jquery to controll two dropdown lists (pre-populated)

I'm having some issues with a two-list dropdown-chooser. I previously tried to arrange it with select-options, but I ran into major problems when I tried to dynamically hide the options. Another ...
0
votes
1answer
166 views

Grab current value of textbox and drop-down-list and output them using jquery

What I would like to do is output the textbox value and the drop-down-list selected value simultaneously. The reason is I would like to eventually sort results through a mysql db table. Right now... ...
0
votes
2answers
88 views

display checkbox list on selecting value of dropdownlist

I want to display checkbox list on selecting one fix value of dropdown list: javascript: function getDays(){ var selectedString = select.options[select.selectedIndex].value; ...
0
votes
1answer
43 views

Dropdown value depends on another dropdown value

I have this type of form in which i have one drodown : <b>Please mention Lunch or Dinner or both</b><br/> <select name="ldb" id="ldb" onchange="coajax();"> ...
1
vote
2answers
117 views

Select a value in dropdownlist in razor MVC 4

How can a I set the selected value of a DropdownList in Razor, inside an array of model object? Example: @foreach (var model in Model.Courses) { .... <td> @Html.DropDownList(**** ...
0
votes
3answers
97 views

Setting a default selected value in DropDownList in MVC3

In MVC3 I have this code at my controller. It retrieves a List of IDs\Names from Installation table and creates a ViewBag var vs = dba.Installation.OrderBy(q => q.InstName).ToList(); ...
0
votes
1answer
24 views

How to get a Selecteditem from a dropdownlist in a view?

So I have the following code in my view: <div class="editor-field"> @Html.DropDownList("EventId", String.Empty) @Html.ValidationMessageFor(model => model.Events) ...
0
votes
1answer
72 views

Refresh dropdown after inserting registry in database PHP

I have a dropdown list created with PHP using the CodeIgniter framework. The dropdown code is the following: <?php echo form_dropdown('empresas', $idEmpresa, 'nombre'); ?> <a ...
0
votes
0answers
39 views

Binding Listview depending upon selected value of drop downlist

I am using a dropdown list as filters for my listview. I want that to add "Pick one" as selected in the dropdownlist and no filters applied until user select from dropdownlist. I am using ...
0
votes
2answers
76 views

Sending data from dropdownlist to database

We are having troubles with our php session. Trying to add a patient to a database, linked to the doctor that is curing the patient. We have a select from the existing doctors in the database. They ...
0
votes
0answers
20 views

Dropdown menu without the dropdown

How do I create/subclass the a dropdownlistbox so that i can stop the dropdown? I have my own dynamic div structure that contains my drop down items but I want the dropdownlistbox on the page for ...
0
votes
0answers
27 views

Dropdownlist enabled functionality doesn't work after update to .NET 4.0

I have an aspx website (developed with MonoDevelop) and recently I updated the .NET version from 3.5 to 4.0 . I thought every was working fine till I noticed this little thing. Since this update the ...
0
votes
3answers
31 views

How do I select a value from a dropdownlist case insensitive?

I am trying to find "CAT" in a dropdown where the values of the dropdown are ["Cat","Rat","Mat"] as a result am not a able find by text and i dont have ID for "CAT" to find by id. Any suggestion? ...
-2
votes
0answers
39 views

Dropdownlist in mvc4 I doing it wrong

I want to add a dropdownlist in my form. But I doing it wrong... ;/ In controller I adding item to List. I add form using EF. public ActionResult Dodaj_bilety(int id) { var kind ...
-1
votes
1answer
47 views

Create Html.DropDownList from Model?

I have a need to create an invoicing function in my mvc application. I have this model class: public class Product { public int ProductId { get; set; } public int SupplierId { get; set; } ...
0
votes
1answer
67 views

How to keep form items selected after post request.Using php

I have a form where it contains 7 multiple select dropdowns. I need to keep them multiple options selected after the form is submitted to same page. I checked multiple threads, however, few explained ...
0
votes
2answers
159 views

Dropdownlist SelectedIndexChanged not firing on aspx page

I want to auto click the search button whenever user select a value from drop down list. code snippet: Added the event handler in InitializeComponent() : this.ddltrim.SelectedIndexChanged += new ...
0
votes
1answer
56 views

Zend Framework Drop Down List onChange

I want to call a function everytime when i select/change something in my dropdown list . My code is like this : $aar = $form->createElement ('select','id_category', array('label'=>'Category' ...
0
votes
1answer
266 views

tools inside updatepanel causing full postback asp.net c#

I have a problem with my online order form, i have put all my dropdownlists and buttons inside updatepanel but when i select something in a dropdownlist or when i press a button whole page post ...
0
votes
1answer
53 views

trigger an eventhandler on postback c#

I am pretty new to c# programming. I have an issue that follows: I have a GridView on a web form, a DropDownList and a Label control. When i select a value from a DDL a Grid View is populated with ...

1 2 3 4 5 6