c# - dropdown selectedindexchanged issue within modalpopup extender -
i'm having dropdown
in modalpopupextender
. dropdown
values updated dynamically.
the problem while clicking on button in modal popup...the dropdown
values refreshed. tried take selected value of dropdown
within sectedindexchanged
event. if put breakpoint control not coming.
can tell me fix this?
selectedindexchanged
event triggered when selection changed, not when change items in dropdown
. may use datasourcechanged
if change datasource
property or other, or other events, depend on code ( please share it).
Comments
Post a Comment