I have created the text box, and the generate button.
when I click on the generate button, I want it to display a text box with numbers. How do I do so using the event handler?. Sorry, basic question.
I have created the text box, and the generate button. when I click on
Share
If all that you are trying to do is to set the value of a text box when a button is clicked, then you can do it like in the following example. You’ll have to replace the names of the controls with whatever you have called them: