I have asp.net page with dynamic dropdown controls and I need only the selectedIndexchanged event to fire only for the user selection.
At present selectedIndexchanged event is firing for each programatically selection changes.
Can some one suggest how to check/fire the selectedIndexchanged event only the “User” selection?
I hope this work for you