Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there, does anyone know how i would be able to display a choice made by selecting a radiobutton in a listbox along with name,address,city country etc which are written into textboxes i.e

lstinvoice.items.clear
lstinvoice.items.add(txtname.text)
lstinvoice.items.add(txtadddress.text)

I would also like to include the radiobutten choice in this listbox.
Posted

1 solution

Hello,

I think u can use Combo-box in place of radio-button or list box.
Because in combo box we can display multiple column at a time.

Please try it if applicable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900