DropDownList doesn't postback on SelectedIndexChanged

后端 未结 4 1835
臣服心动
臣服心动 2021-01-11 15:28

I\'m writing an ASP.Net webform with some DropDownList controls on it. Then user changes selected item in one of dropdowns, ASP.Net doesn\'t seem to handle SelectedIndexChan

4条回答
  •  無奈伤痛
    2021-01-11 15:41

    Setting the AutoPostback property to true will cause it to postback when the selection is changed. Please note that this requires javascript to be enabled.

提交回复
热议问题