Top "Selectedindexchanged" questions

A Microsoft .NET Framework event which occurs when the SelectedIndex property has changed.

DropDownList's SelectedIndexChanged event not firing

I have a DropDownList object in my web page. When I click on it and select a different value, nothing …

asp.net drop-down-menu selectedindexchanged
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
ASP.NET / C#: DropDownList SelectedIndexChanged in server control not firing

I'm creating a server control that basically binds two dropdown lists, one for country and one for state, and updates …

c# asp.net drop-down-menu custom-server-controls selectedindexchanged
How to implement full row selecting in GridView without select button?

I'm implementing a feature that when the user press on any point in the row in a GridView the row …

c# asp.net gridview selectedindexchanged
Dropdownlist selected value at Selectedindexchanged event

I'm working on asp.net website with Vb.net and I have a dropdownlist with autopostback = true and I need …

asp.net drop-down-menu selectedindexchanged
DropDownList SelectedIndexChanged within Gridview not firing!

I have been looking for a solution to this for a while though and seen many posts that show me …

asp.net vb.net drop-down-menu selectedindexchanged
ASP.NET / C#: DropDownList SelectedIndexChanged event not firing

My selectedindexchanged event is not firing when I select values in my dropdown lists. These dropdown lists are implemented dynamically …

c# asp.net drop-down-menu selectedindexchanged
Why DropDownList.SelectedIndexChanged event does not fire?

I have a DropDown which is bounded to an ObjectDataSource. On its data bound event, I am adding "--select--" value …

c# javascript asp.net drop-down-menu selectedindexchanged
Restore a drop down selected item after postback

I'm trying to refresh page when an item of the drop down list is selected. DropDownList never gets last selected …

asp.net postback viewstate autopostback selectedindexchanged
Dropdown OnSelectedIndexChanged not firing

The OnSelectedIndexChanged event is not firing for my dropdown box. All forums I have looked at told me to add …

c# asp.net drop-down-menu autopostback selectedindexchanged