The selectedvalue tag has no wiki summary.
1
vote
2answers
19 views
Set a DropDownList SelectedValue to a bound field with sometimes null value
I have a situation where I have a gridview which is populated from a sql table which editing is allowed. For one of the fields, I have it so the user has to select a value from a drop down box in the ...
0
votes
0answers
23 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.
<%= ...
0
votes
2answers
116 views
ASP .NET Dropdownlist.Selectedvalue not updating iterating trough dinamically created controls
I have a problem with selectedvalue proerty in a dynamic created dropdownlist control not updating:
I have a custom control of type ctlProductosFormatos containing a combo and other controls. I ...
0
votes
1answer
49 views
Can't clear ListBox selection using SelectedItem = null - MVVM
I have the following data template (and a corresponding view model, not shown):
<DataTemplate DataType="{x:Type logic:SnapshotListViewModel}">
<ListBox ItemsSource="{Binding Snapshots}" ...
0
votes
1answer
44 views
Retrieve the Individual item of Combobox
In my WPF Application, I have a Combobox as "ComboBox1" with the items from tabel "Login". Now I want to retrieve the selected value in the combobox1. Ex : Table "Login" consists of records One, Two, ...
1
vote
4answers
93 views
Selecting ComboBox by ValueMember for Enum Proprety of Class
I have read lots of useful posts on the topic of the Winforms ComboBox ValueMember property, but none of them have answered my specific question. First, I will describe a simple example that works ...
0
votes
1answer
53 views
Find a WPF Combobox item using SelectedValue from Binded Combobox
Can Anyone help me to find the Combobox Item using value property. The combobox is binded to a Dataset.
Here is my code.
XAML Code
ComboBox Grid.Column="0" Grid.Row="3" Height="23" ...
0
votes
0answers
23 views
Loading ComboBox Items with Other ComboBox SelectedValue?
I load some itmes in cmbCourse(ComboBox of Courses) by linq, I also have another ComboBox(which named : cmbClass).
I've wrote belowing codes for them :
private void LoadCourse()
{
var ...
0
votes
0answers
40 views
get selected item id from datagrid filled by database WPF
My question was how to get the item or value of a selecteditem out of my datagrid that gets filled by a obc of my view. From te result that i get it seems i need to cast it but all the casts i found ...
0
votes
0answers
40 views
Get SelectedValue from each ComboBox within ListView
I have a next code for displaying some data in comboboxes within ListView:
<Window x:Class="DiplomProject.Sorts"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
...
1
vote
0answers
73 views
Asp.net 4.5 WebForms ModelBinding not allowing setting selectedvalue on dropdownlist
I'm using Asp.net 4.5 model binding. I have a dropdownlist that has a select method which returns an IEnumerable list of Products. Everything works as expected. However, when I land on the page, I ...
0
votes
1answer
147 views
DataBind in C# - selectedvalue of ComboBox to Object property of a class
I'm facing some problem with databinding in C# windows Form project. I used .Net Framework 4 client profile. And IDE is visual studio 2010 express edition for C#. I have a class as below.
public ...
0
votes
3answers
88 views
Jquery changing Selected value in MVC dropdown
I have been searching the internet and reading a lot of different ways to do this, but for some reason, none of them are working for me. There must be something I am missing here. What I am trying to ...
-1
votes
2answers
57 views
Dropdownlist in MVC3 [closed]
Model:
public class Drive
{
public string DriveName {get; set;}
}
How to display list of drives to dropdownlist in MVC3?
On selection of a particular drive, how to retrieve selected dropdownlist ...
-1
votes
3answers
817 views
Html.DropDownList selected value not working using ViewBag
Well, after a couple hours reading stuff over here, trying unsuccessfully all the solutions, also found this article that i thought it would save my life... nothing.
Long story short.
Here is my ...
0
votes
1answer
27 views
How to print out the String value from a JList
I have a JList which is a list of names and I want to print out any item that I select from the list. It sounds simple but I do not know how to do it. Here is my code:
final ...
1
vote
2answers
40 views
Do select elements have a standard value property?
This is a simple question but I cannot find any reference so here it goes.
Assume I have a select element:
<select id="sel">
<option value="1">1</option>
<option ...
3
votes
2answers
39 views
catch a error: is not in list
how can I catch this error?
DropdownList1.SelectedValue = strText;
This is the error:
Selected Value of DropdownList1 is invalid because it does not appear in the list of items.
Can I ...
0
votes
3answers
39 views
Check if some attr are checked with jquery on load
I would like to check if 2 specifics out of 3 options in my html select are checked on load.
Actually, my HTML :
<select name="country" id="country" tabindex="7" style="width:128px; ...
1
vote
1answer
315 views
ASP.NET Dropdownlist: value of ddl.text becomes the value of ddl.selectedvalue in selectedindexchanged
ASP.NET 4.0 & SQL 2008
Hi!
I would like to ask for help in my coding, I don't know what's wrong or what am I missing.
What I want to do is when I select an item in dropdownlist, it will give me ...
0
votes
2answers
252 views
How to set the tooltip of WPF combobox based on selected value?
I have a combo box in my WPF application.
Using below code I can set the tooltip as selected value.
ToolTip="{Binding Path=SelectedValue, RelativeSource={RelativeSource Self}}"
But if I need to ...
0
votes
1answer
117 views
How to select the same item in two different list boxes
I am making a website in asp.net and i have 2 list boxes:
lbxplayer1 and lbxplayer2
they have both been populated with the same amount of values and i would like it so that when one of the lists is ...
0
votes
3answers
158 views
Getting selected value without using onchange attribute
I want the same result without using the "onchange" attribute.
Some ideas?
Here's the HTML
<select onchange="filtro(this)" id="tipo" name="noticia/conteudo/tipo">
<option ...
1
vote
1answer
89 views
How to use Combobox's values in Query
Im using Combobox filled with Tables Names.
When I made Insert command and determine the table name by getting the values of the Combobox
it didn't work
private void Form2_Load(object ...
0
votes
1answer
55 views
How can I change the value of the selectedIndex in a RadListPicker
In my Windows Phone app, I'm overriding the OnNavigatedTo method to populate a RadListPicker with some information. I have two arrays: one is a pre-filled DateTime array of size n, the second is a ...
0
votes
2answers
442 views
dropdownlist value: converting from string to int then back to string and display in textbox
I have multiple dropdown lists. I'm trying to have dropdown list input values to be added together and that the answer be displayed in a textbox. I'm converting the values into integers for the ...
0
votes
1answer
719 views
Set combobox's value member programmatically
I've been looking around for this answer. Checked here: How to set a combobox value but I'm not sure if it applies to me (could be wrong, please correct me if I am). I'm using VB.Net, VS2012 and I ...
1
vote
3answers
943 views
Selected item on WPF combobox
I have some wpf combobox (xaml):
<ComboBox ItemsSource="{Binding Path=NonPositionedConcentrators}"
SelectedValue="{Binding Path=SelectedNonPositionedConcentrator}"
...
0
votes
2answers
50 views
Is it a good practice to compare combobox.selectedvalue to a string?
I have a combo box and couple of text boxes in my web page, depending on combobox's selected value, I will set focus to specific text box. Following is my code:
if (cbo1.SelectedValue == ...
0
votes
1answer
350 views
Kendo adds instead of editing a DropdownList item
I use Kendo grid inline editing mode and after editing I need to refresh datasource for my DropDownList.
The reason is my KendoGrid is supposed to add and edit data that my DropDownList uses.
I have ...
0
votes
2answers
247 views
How to set selected value when using g:select in grails
I'm newbie with Grails framwork.
I have issue:
I have Domain is: "Country". And I wants to show list country in select tag by using g:select in Grails
For example: The data store in database can see ...
0
votes
2answers
86 views
DropDownListFor does not sleet the intended item
combo loads ok, but item "3" does not get selected.
How can I select this item?
Here's the code I'm using for the list and selection.
@Code
Dim Items As New Collections.Generic.List(Of ...
0
votes
1answer
914 views
Read selected value of select box and pass it to jsp
I'm pretty new to JSP, HTML, ... and have a question:
I have a JSP and I'm trying to read a selected value from a HTML select box, e.g. with JavaScript:
<form name="ListForm" action="">
...
0
votes
2answers
76 views
How to select a selected value when you have a list stored in ViewData[“country”] in C' MVC
I have list stored in ViewData["country"] and I want to list this but also have a selected value.
I currently have
@Html.DropDownList("ddlCountry", ...
1
vote
1answer
665 views
MVC3: Get Drop down menu selected value/text via Javascript
On MVC3, with a dropdownlist defined as
@Html.dropDownList(m=>m.model, new SelectList(m.myList, "value", "text"))
How can I get the selected value and/or text via javascript?
I tried passing a ...
1
vote
1answer
506 views
MVC3 Set Drop down list Selected value
@Html.DropDownListFor(m => m.field, Model.fieldList, "Select")
I have the code above to get the values of a drop down list from a database. Because the database does not have the select value, I ...
2
votes
1answer
534 views
Get last selected value of a databound asp.NET checkboxlist with jQuery
I have a databound Checkboxlist in asp.NET with DataTextField and DataValueField.
Now if i select a single item in that list, i need to have the value of only that item.
I found lots of solutions ...
2
votes
2answers
1k views
MVC3: Set Dropdown list Selected Value
I am using mvc3 and I have a drop down list in my view.
@Html.DropDownListFor(m => m.State,
new SelectList(Model.StateList, "Value", "Text"))
Is there a way of setting the selected value in the ...
1
vote
1answer
382 views
Select a row in ASP.NET GridView with C# code
I want a row in an ASP.NET GridView to be selected with specified value for SelectedValue.
The DataKeyNames in GridView is SN, and I have something like this:
mySN = 5;
I want to find the row in ...
0
votes
1answer
472 views
Why is {System.Web.Mvc.SelectList} DropDownList SelectedValue
I have created a DropDownList, as described in my last question here
I have been trying to figure out how to get the selected value of the list. I used the answer that was provided but the only thing ...
0
votes
1answer
420 views
Selecting a value from a DropDownList to be able to fill in fields
I have populated a DropDownList with the following:
Model:
namespace VAGTC.Models
{
using System;
using System.Collections.Generic;
public partial class Organization
{
...
0
votes
2answers
171 views
jquery funtion fired when dropdownlist selectedvalue
i have a jquery animate function which i want to call if the selectedvalue for my dropdown list is X
<script>
$(function () {
var state = true;
...
2
votes
1answer
107 views
How to re-calculate option:selected when i change the option after first calculation?
This is my first post and i have two questions:
When i select (answer) everything from top to bottom the calculation
is working fine. If i change "the date"it's recalculate but when i
change "box2" ...
0
votes
2answers
343 views
ComboBox SelectedValue correctly sets SelectedValue in Viewmodel but not in View
In my Project my selectedvalue sets correctly in viewmodel but my view not sets its selectedvalue
in xaml code:
<ComboBox ItemsSource="{Binding AllValues}" SelectedValue="{Binding ...
0
votes
1answer
171 views
Catch selected value from dynamic comboboxes inside itemscontrol in Silverlight
i got this problem when trying to get the selected value from a group of dynamic comboboxes i made inside a items control, to explain better here is my xaml code.
<ItemsControl ...
0
votes
1answer
85 views
DropDownListFor and showing a SelectedValue
I have been banging my head for 2 days now with Html.DropDownListFor and MVC3.
I have been successful in creating a drop down list and successfully updating the database
based on it.
I create a drop ...
2
votes
3answers
3k views
RadComboBox selected value is empty
I get the SelectedValue = "" when i click on My button .
My aspx :
<telerik:RadComboBox ID="ddl_contactList" runat="server" AutoPostBack="True" CausesValidation="False"
...
0
votes
1answer
84 views
I'm having issues setting selected in dropdown with jQuery
See example here. Clicking [Email Me] in the President's header should open up the contact form with Webmaster selected from the dropdown, but that's not happening.
I know it should be trivial, but ...
0
votes
2answers
176 views
select selected option by value with jquery
in order to set the selected option by value for a html select with jquery
i do this as follows:
$('#mySelectId option[value="avancement d\'échelon"]').attr("selected","selected");
is the ...
0
votes
1answer
1k views
How to get Selected Value in FormView Control?
I'm working with an application develop by ASP.NET, the problem I face is using FormView control, the FormView Control has ItemTemplate, InsertItemTemplate and EditItemTemplate.
Below is the code ...