Link to home
Start Free TrialLog in
Avatar of mfony
mfony

asked on

force SelectedIndexChanged event

I have a dropdown list that has a SelectedIndexChanged event to populate another dropdownlist. This works fine except for the initial page load. Apparently the SelectedIndexChanged does not fire when the first dropdownlist is populated (via SQL).

Is there a way to force this event in code? The Sub has (sender As Object, e As EventArgs) and I don't know how to code it to fire.

Thanks for the help.
ASKER CERTIFIED SOLUTION
Avatar of deighton
deighton
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial