Top "Selectedvalue" questions

Getting selected value of a combobox

public class ComboboxItem { public string Text { get; set; } public string Value { get; set; } public override string ToString() { return Text; } } private …

c# combobox selecteditem selectedvalue selectedindexchanged
Difference between SelectedItem, SelectedValue and SelectedValuePath

What is the difference betweeen the following: SelectedItem SelectedValue SelectedValuePath All these dependency properties are defined in Selector class. I …

wpf silverlight xaml selecteditem selectedvalue
What is the simplest way to get the selected text of a combo box containing only text entries?

My WPF ComboBox contains only text entries. The user will select one. What is the simplest way to get the …

wpf combobox selecteditem selectedvalue selectedtext
Dropdown list selected value not working

In my ASP.NET project. I have two dropdownlist and a checkbox. When the checkbox is checked, the selected value …

c# asp.net drop-down-menu selectedvalue
Html.DropDownList Selected Value Not Working (Using Constructor with IEnumerable<SelectListItem>)

I have an issue where the selected value is not working for the Html.DropDownList helper method. See below: This …

c# asp.net-mvc asp.net-mvc-4 razor selectedvalue
Asp.NET DropDownList SelectedItem.Value not changing

markup: <div style="float:left;margin-top:15px;width:80px"> <asp:DropDownList ID="MyList" runat="server" Width="100px"&…

c# asp.net data-binding drop-down-menu selectedvalue
Dropdownlist Reset SelectedValue

I have a DropDownList connected to an ObjectDataSource. In my page load i set the selectedvalue to a specific value …

asp.net drop-down-menu selectedvalue
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 …

vb.net combobox visual-studio-2012 selectedvalue
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 …

asp.net-mvc-3 razor html-select selectedvalue
How to set the SelectedValue attribute of Telerik RadComboBox inside the FormTemplate of a RadGrid

I have what I think should be a straightforward question. I have a RadGrid with FormTemplate editing and AJAX enabled. …

ajax telerik radgrid selectedvalue radcombobox