C# ASP.NET CheckBox_OnCheckedChanged not firing as expected
问题 I have an issue with both Checkbox_OnCheckedChanged and Dropdownlist_OnSelectedIndexChanged events not triggering the relevant functions in my code behind. Both Controls are bound to values in a GridView . On the first OnCheckedChanged or OnSelectedIndexChanged event raised from the UI the functions in the code behind fire without error, however if I refresh my UpdatePanel , for example by changing the date range of the data inside the GridView and therefore loading more or less records, the