Click here to Skip to main content
15,896,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I Have Two Text Boxes(text box 1,text box 2)and one check box when i entered text in first text box and check on the check box the text in text box 1 should be copied to text box 2
Posted
Comments
stibee 24-Feb-15 3:55am    
Do you have some code?

Add a OnClick-Eventhandler for your checkbox. There you then simple write TextBox2.Text = TextBox1.Text
 
Share this answer
 
 
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