DropDownList.SelectedIndexChanged ... nothing happens

  • Thread starter Thread starter puginews
  • Start date Start date
P

puginews

Hi,
I have a webpage with a dropdownlist on it. I fill the dropdownlist
with data from database. This works fine. Now I want to create an
onchange event (selectedindexchanged), I doubleclick on the
dropdownlist and write the code.
Nothing happens on the webpage when I choose another item (option). The
event never occurs. When I use a button and I copy paste the code
there, it works using the button.
Why doesn't the selectedIndexChanged work ? It should work, why make
it available in the first place ?
What I want is known as a jump menu in dreamweaver.

thanx,

Pugi!
 
Back
Top