i have a textbox field that allow user to enter the stdcode, after user press enter, listview.selecteditem will according what the user enter in the textbox field,
i have try this
ListView1.SelectedItems(i).Text = textbox1.text
but it's doesn't work, it's not highlight the selecteditems in listview1
can anyone tell me what wrong with my coding above? thank
i have try this
ListView1.SelectedItems(i).Text = textbox1.text
but it's doesn't work, it's not highlight the selecteditems in listview1
can anyone tell me what wrong with my coding above? thank