本文介绍了要在文本框中显示的数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我有两个分别名为box1和box2 respt的文本框... box1有一个特定的值,例如100.单击box1时,需要使该值显示在box2上.
我尝试在box1上进行text_changed事件,但无法完成,因为我们应该在box1中输入一些值并输入click.单击或单击box1.
Hello,
I have two textboxes named box1 and box2 respt... box1 has a particular value say 100. I need to get that value to be displayed on box2 when I single click (mouse) on the box1.
I tried for text_changed event on box1 but it is not possible as we should enter some value in box1 and enter click.. But what i need is without writing anything in the box1, I need to get the data displayed from box1 to box2 on enter click or mouse click of box1.
推荐答案
这篇关于要在文本框中显示的数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!