ASP.Net DropDownList OnSelectedIndexChange not firing

前端 未结 4 1627
星月不相逢
星月不相逢 2021-01-18 03:33

I have the following DropDownList control:




        
4条回答
  •  清歌不尽
    2021-01-18 04:31

    You just need to set AutoPostBack = True

    From ListControl.AutoPostBack property;

    Gets or sets a value indicating whether a postback to the server automatically occurs when the user changes the list selection.

提交回复
热议问题