简体   繁体   English

如何在一个 TextBox 中显示两个 TextBox 值

[英]How to Display two TextBox values in one TextBox

在此处输入图片说明

How to show two textbox values in one textbox如何在一个文本框中显示两个文本框值

I don't want to add or multiply only display the Value that I entered in the textbox我不想加或乘只显示我在文本框中输入的值

尝试这个:

TextBox3.Text = TextBox1.Text + "+" + Textbox2.Text;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM