J
James P
Is it possible to add an event from within another event?
I am having hard time make it work.
Situation:
I have a dropdown. User selects a value and clicks a button.
In the click event of the button, based on some value I need to set the
SelectedIndexChanged event of 2 dropdowns.
The autopost back occurs but the event never gets called.
Why?
Thanks.
James
I am having hard time make it work.
Situation:
I have a dropdown. User selects a value and clicks a button.
In the click event of the button, based on some value I need to set the
SelectedIndexChanged event of 2 dropdowns.
The autopost back occurs but the event never gets called.
Why?
Thanks.
James