You can bind both the TextBox and Text view to the same JSON Model . So once you enter data in the Text box in the first view, the JSON model will be updated and data will be automatically available to the text area of the second view.
↧
You can bind both the TextBox and Text view to the same JSON Model . So once you enter data in the Text box in the first view, the JSON model will be updated and data will be automatically available to the text area of the second view.