Is it possible to transfer the searched value with the textbox change event to textboxes by clicking automatically on it ? If it is possible, how can we do it?
Loading
Is it possible to transfer the searched value with the textbox change event to textboxes by clicking automatically on it ? If it is possible, how can we do it?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Jan 31, 2024, 2:06 PM
Yes, it's possible to automatically transfer the searched value from a TextBox to other textboxes by triggering an event when the text in the TextBox changes.
Mehmet FatihPosted Jan 31, 2024, 2:21 PM
Thans Amit.