Good Morning Friends
I Am Using VB.net,I am doing code for search button & it's working for textboxes but not for combobox,accualy when it get any value so it shows on textbox by using
textbox1.text=ds.tables(0).rows(0).item(0)
& it shows but when i use
combobox.text =ds.tables(0).rows(0).item(0)
it doesn't show any value but when i wright
combobox.selecteditem==ds.tables(0).rows(0).item(0)
it works but execution get transfer because i have wroght code on comboboxselectedindexchanged
please give me any solution