I want to select the listbox item when i ll given a string. That string name is on of the listbox item. How to assign a string to listbox selected item.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
try using Listbox.Text, Listbox
searches for the item within the ListBox that matches the specified text and selects the item.