ASP.Net DropDownList OnSelectedIndexChange not firing

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

I have the following DropDownList control:




        
4条回答
  •  时光取名叫无心
    2021-01-18 04:26

    Add this to dropdown list aspx it will cause a request to be send to the server and your event will be fired.

    AutoPostBack="true"
    

提交回复
热议问题