M
M728
Hi,
I have an IE Webcontrol Toolbar with the following three controls:
Textbox control, a DropDownList control, and a Button control. I have
no problem capturing the text from the textbox control, but my problem
is that every time I select an item from the DropDownList, the
SelectedIndex always remains 0. Since it is always 0,
onSelectedIndexChanged never fires.
I have all the DropDownList items hardcoded in design time so nothing
gets generated dynamically.
Does anyone know why SelectedIndex always remains 0?
I have an IE Webcontrol Toolbar with the following three controls:
Textbox control, a DropDownList control, and a Button control. I have
no problem capturing the text from the textbox control, but my problem
is that every time I select an item from the DropDownList, the
SelectedIndex always remains 0. Since it is always 0,
onSelectedIndexChanged never fires.
I have all the DropDownList items hardcoded in design time so nothing
gets generated dynamically.
Does anyone know why SelectedIndex always remains 0?