Binding text box with another textbox
I am using two textbox in my application and i want to set the value of textbox2 if i am writing anything in textbox1. the value of textbox1 also display in textbox2. what kind of binding useful for this and what is the code of binding textbox1 with textbox2