Top "Selectedindexchanged" questions

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

Selected Index changed event in javascript for html control

I have an HTML control: <select id="grade"> I want to get the selected value of dropdown on …

javascript events select drop-down-menu selectedindexchanged
Set ComboBox default value without directly changing SelectedIndex

I got a ComboBox with a couple of items. I want to put SelectedIndex of the ComboBox to 0, so when …

c# winforms combobox selectedindexchanged
OnSelectedIndexChanged event of RadioButtonList is not firing

I have a RadioButtonList in asp.net. I am trying to do a simple thing i.e. to display or …

asp.net radiobuttonlist selectedindexchanged
checkboxlist selectedindexchanged event c# not working

I've got a checkboxlist on my asp.net page. I'm populating it with countries. I've added a "SelectedIndexChanged" event that …

asp.net c#-4.0 checkboxlist selectedindexchanged
ListView SelectedIndexChanged Event no Selected Items problem

I have a small C# 3.5 WinForms app I am working on that grabs the event log names from a server …

c# winforms listview selectedindexchanged
c# dropdownlist selectedindexchanged in gridview sets selectedindex of second dropdownlist

I have a gridview with two dropdownlists populated from a db. One is a descriptive name, the other is an …

c# gridview drop-down-menu selectedindexchanged
Difference between DropDownList.SelectedItem.Value And DropDownList.SelectedValue (ASP.NET)

I'm getting an error when SelctedIndexChanged, When the value change he gives me the previous selected value and not the …

drop-down-menu selectedindexchanged
ASP.NET Dropdown List in Codebehind vs in ASPX page

I am generating a dropdown list in codebehind and cannot get the selectedindexchanged event to fire automatically. It works fine …

asp.net drop-down-menu code-behind selectedindexchanged
Recognize CheckedListBox item has been selected

I've never dealt with checkedListBox1 until now. A program that I want to make will benefit from using it rather …

c# winforms checkedlistbox selectedindexchanged
Dropdownlist in a repeater, selected index changed not working

I have a repeater with a dropdownlist in it. When a user changes its index, I would like a label …

asp.net vb.net drop-down-menu repeater selectedindexchanged