且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在文本框中显示单个值

更新时间:2022-12-20 08:20:27

首先学习lang,然后再开始使用它.这样,您可以自己找到此类问题的答案.

无论如何,这就是从C#代码向文本框分配值的方式.

 objYourTextBoxName.Text = "  


i am facing problem of this question


thx

Fist learn a lang before you start developing using it. That way you can find answers to such questions yourself.

Anyway, this is how you assign value to a text box from C# code.

objYourTextBoxName.Text = "Hi"