Click here to Skip to main content
15,889,877 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How we can select a option in question box and after selection only selected item show on box using c#

What I have tried:

<pre>
LIKE 
<pre>
Message: Please select the below
1. option1
2. option2
3. option3

after selection 1
Message: option1

hide previous
Message
Posted
Updated 30-May-21 0:36am

1 solution

This is usually done with a combo box control and then read the back the item to display the information. See combo box control here.


ComboBox Class (System.Windows.Forms) | Microsoft Docs[^]
 
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