Copy One Textbox to another Textbox while User entering data
I have two textboxes in the same page-
1. CompanyAddress and
2. BillingAddress.
I want to copy CompanyAddress to
BillingAddress while the user is typing in CompanyAddress.
Is there any way to do it?