WEB combobox won't fire event

  • Thread starter Thread starter JR
  • Start date Start date
J

JR

I know this is probably dumb but I have a web combo box that will drop
down and I can select an item but SelectedIndexChanged doesn't fire. I
tried to put the code in the ASP that says on the control:
SelectedIndexChanged="vb sub" but that didn't fire either.

I must not understand the way the web is interfacing with the code.
All the controls are RUNATSERVER so that I can access all the events.

Any ideas?

Jim
 
thanks Seth. I think that is heading in the right direction. It now
fires but then I get an error on the postback because it is a read only
connection. Have to look further into this. But the event is firing
now so I'm getting to the code I wanted to before it blows up!!

Jim Reid
 
I'm not sure about this, but it may be something to look into: I
believe you can use clientside JavaScript to trap some events -
although I don't know how. Hopefully someone will either correct or
confirm this (or even point you to some links). Also you may do some
searches in the microsoft.public.dotnet.framework.aspnet newsgroupt and
see if there are any examples there.

Thanks,

Seth Rowe
 
Back
Top