Drop down list 'selected index changed' not firing on webforms

S

Steve Jones

Hi there,

I am working with web forms, and am finding that the standard list of
combo box events is dramatically reduced when using the dropdownlist.

For example, the only event that I can see that will trigger when a
user selects a different menu item is 'selected index changed'. I can
confirm with a separate button that the index has in fact changed
after a pulldown selection takes place, yet the internal 'selected
index changed' event didn't seem to fire.

Any suggestions?

Many thanks in advance,

Steve Jones
 
J

Jeremy Cowles

This is not an ASP.NET ng, please try here:

news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet

~
Jeremy
 
C

Cor

Herfried,
I thought you did know the difference between a dropdown listbox (the way
Microsoft named the combobox on an aspx.vb) and a HTML dropdownbox This is a
VB.Net question,
Cor
 
C

Cor

Steve,
I agree with you
But you can of course use it with VB without any client JScript on the
server side and that I think is a big benefit
Cor
 
H

Herfried K. Wagner [MVP]

Hello,

Cor said:
I thought you did know the difference between a dropdown
listbox (the way Microsoft named the combobox on an aspx.vb)
and a HTML dropdownbox This is a VB.Net question,

Ooops. It's a Windows Forms question:

news://news.microsoft.com/microsoft.public.dotnet.framework.windowsforms.controls

;-)))

Regards,
Herfried K. Wagner
 
C

Cor

Herfried,
No, I think .dotnet.webforms.controls and when that not exist
dotnet.languages.Csharp or when VB.net is used dotnet.languages.VB
:))))))))))))
Cor
 

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