How do I update a textbox if the data in the sql database has changed.
e.g. If a user open a form. The textbox is poplated with the data. While the user is viewing the data & the data change in the database. How can I update the textbox to show the updated data without using a timer control.
e.g. If a user open a form. The textbox is poplated with the data. While the user is viewing the data & the data change in the database. How can I update the textbox to show the updated data without using a timer control.
Comment