problems with ListBox 's event

  • Thread starter Thread starter Daniel G
  • Start date Start date
D

Daniel G

Hello ,


In an ASP.Net page, there are some DropDownLists used
for adding some conditions to a Select statement, a
button (server-side, too).
And in the same page there is a ListBox that must be filled by Click
event
handler of my button. Everything is ok, but ...
it is something very strange with the ListBox (autopostback = true)
because I cannot select any item, for each click ...my cursor jump
back to the
first item (SelectedIndex = 0 ).

Please where is the problem? In the order of recording the events
...or ..where ?

When I run the code under the debugger ..there are some situations
when the "SelectedIndexChanged" event is not fired .

Thank you very much for any hint, url, advice !

Have a nice day,
DanielG
 

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

Back
Top