is there any procedure in vb.net for listing the items as dropdownlist in a textbox

Recommended Answers

All 4 Replies

wht you have ? column ?

textbox1.text= ListView1.SelectedItems.Item(0).SubItems(1).Text

Are you saying you want to create a dropdownlist using the text from a textbox? If so, are you putting one line per list item or one word per list item? Please provide a little more detail.

You can use a drop down list rather using a text box or else you can use the text box and assign the view for it and make sure to put the scroll bars.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.