Attach to the RowCommand GridView event. See if this event fires when postback from the drop-down list occurs. If so, you can handle it from here. The reason you can’t receive the notification is because the event is bubbling up rather than rising directly if it all works, as mentioned here.
NTN.
source
share