Can someone explain to me what are the differences between ScriptManager and ClientScript?
ClientScript works well when I use it in the Button_Clicked event, but it does not work when I use it in the GridView_RowUpdated from the GridView. (GirdView wrapped inside the update panel). Then I tried ClientScript, and in this case it worked perfectly.
source share