以编程方式在文本框中显示数据.

问题描述:

我正在使用c#和sqlserver2005.

当数据类型为int,money等时,我想在文本框中按比例显示数据(不使用向导)...

(在文本框中显示文本值工作正常).

pLZ.帮我.

prabu67@gmail.com

问候
Prabu.

I am using c# and sqlserver 2005.

I want to display data PROGRMATICALLY (without using wizard) in textbox when the data types are int, money and etc...

( display the text value in textbox is working well).

pLZ. HELP ME.

prabu67@gmail.com

Regards
Prabu.

关于如何创建此类应用程序的互联网上有无数的链接.

除非您有特定的问题(可以在此处发布以便人们可以帮助您),否则我建议您在Internet上搜索解决问题的方法.
There are tons and tons of links available on the internet on how to create such types of applications.

Unless you have a specific issue (which you can post here so that people can help you), I would suggest you search on the internet for a solution to your problem.


字符串类具有您可以使用重载来格式化诸如金钱之类的东西.除此之外,这非常简单.也许您应该买一本书并阅读?
The string class has an overload you can use to format things like money. Beyond that, this is pretty trivial. Perhaps you should buy a book and read it ?