ASP.Net DropDownList OnSelectedIndexChange not firing

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

I have the following DropDownList control:




        
4条回答
  •  太阳男子
    2021-01-18 04:28

    Set AutoPostBack=True as an attribute of your DDL and it will automatically post back the selected index change event

提交回复
热议问题