Click here to Skip to main content
15,909,051 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have 3 text boxes and i want to add those textboxes value in 1 listbox..suppose country name in 1st textbox and cityname in another text box. and i want to show countryname|cityname in listbox..and how to remove seelcted item from listbox.plz help me?
Posted
Updated 10-Dec-12 0:32am
v3

1 solution

And what's your trouble with? Assuming you are using C#, cannot you write
C#
myListBox.Add(myFirstTextBox.Text);
..


?
 
Share this answer
 
v2
Comments
AnkitGoel.com 10-Dec-12 6:03am    
:)

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