AmritPaulSingh
Programmer
I have a multiple selection list box. How do I get the value of the selection of the list box in a text box?
My lst box (lstPP) contains the following values:
1
2
3
4
5
If I select 1, the text box should get the value 1
If I select 1 and 3, the textbox should get the value 1,3
Help.
Thanks