James,
I am not very sure what you are trying to do. And i am not a C# expert as well. But if you want to find a entry in a list box and select it you most probably can do it as bellow:
mystr=listSecurity_q1.Items.FindByText(aUser.security_question_1) 'i am not sure abt this and i...
Hi James,
I remember i had some sort of problem like that before. I sorted out like calling a sub to deselect all the selections in listbox just before my new selection.
something like:
call DeselectAnySelection()
'this will loop and deselect if any, which simply loops and sets...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.