Hi all:
I'm really used to Windows, so when working with an ASP page, I have 2 dropdowns. I is state, the other abbreviation. When a user chooses the state, I want the abbreviation's index = state's abbreviation.
I put a breakpoint there, and it's not even firing.
What am I missing?
Thanks,
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
My newest novel: Wooden Warriors
I'm really used to Windows, so when working with an ASP page, I have 2 dropdowns. I is state, the other abbreviation. When a user chooses the state, I want the abbreviation's index = state's abbreviation.
Code:
Protected Sub ddState_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles ddState.SelectedIndexChanged
ddState0.SelectedIndex = ddState.SelectedIndex
End Sub
I put a breakpoint there, and it's not even firing.
What am I missing?
Thanks,
Ron Repp
If gray hair is a sign of wisdom, then I'm a genius.
My newest novel: Wooden Warriors