In ASP.NET, the ___________ event of a DropDownList control is commonly used for postback and data binding.

  • SelectedIndexChanged
  • DataBound
  • Load
  • SelectedValueChanged
The correct option is 1. SelectedIndexChanged. This event is commonly used for postback and data binding in ASP.NET when dealing with the DropDownList control. It triggers when the selected item in the DropDownList control changes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *