DropDownList

  • Thread starter Thread starter Steve Long
  • Start date Start date
S

Steve Long

Hello,
I'm using a DropDownList on my ASP.NET form. Using C# for the code behind. I
can populate the DropDownList no problem but the SelectedIndexChanged event
isn't firing for some reason. I have EnableViewState set to True. Is there
some other reason why this event won't fire?

Thanks in advance for you thoughts

Steve
 
Back
Top