Hi,
I am new to windows form based application. I am designing a windows from with a multiselect listbox and textboxes. I have to show and hide textboxes based on the selection.
for ex:
If the user select 2nd option, i have to show textbox2, if the user selects option3, i have to show textbox3 and to hide textbox2. If the user selects options2,3, i have to show both of the textboxes2,3.
Can anyone suggest me that, how to achieve this.
Thanks in advance.