DropDownList & FindByValue problem

N

Nir

Hello all ,

I have a very strange problem with DropDownList .

I am using this Code for select items in Drop Down :

Dim Item As New ListItem()
Item = cmb.Items.FindByValue(Data)
cmb.SelectedIndex = cmb.Items.IndexOf(Item)
Item = Nothing

Everything is o.k and almost all users are getting the true value.
The problem start when i test my web application with 30 users and I
recognize
that users with win98 & IE6 randomly way, dot not have selected items
in drop down list although there is a fit value in DB.

I choose ViewSource option and i saw that the drop down do not have
any selected value.

In other computers almost all the time the drop down show selected
value (with the same data).


When my application test completed I tried to reconstruct this
problem in the same computers but with no success.

Maybe this is a problem of loaded server ?

Some one have any idea ?

Thank U ,
Nir
 

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

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top