WEB combobox won't fire event

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
 
J

JR

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
 
R

rowe_newsgroups

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top