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
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