SelectedIndexChanged event in RadioButtonList RadioButtonList is an ASP.NET list web server control that provides a single selection radio button group. RadioButtonList can be populated statically or dynamically from a data source object. RadioButtonList contains an item collection that holds ListItem objects. Each ListItem object represents an item (radio button) in RadioButtonList control. RadioButtonList OnSelectedIndexChanged method raises the SelectedIndexChanged event. This method allows us to provide a custom handler for the SelectedIndexChanged event. RadioButtonList SelectedIndexChanged event occurs when the item selection changes between posts to the web server. This event works only when we set the RadioButtonList control's AutoPostBack property value to True. AutoPostBack property gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection. So when the us...
Android, .NET C#, Flutter, and Many More Programming tutorials.