将多个字段绑定到单个标签控件

问题描述:

是否可以以可视方式(非编程方式)将多个字段绑定到单个标签控件(通过某种字符串格式)?

Is it possible to visually (non-programmatically) bind multiple fields to a single label control (through some sort of string format)?

在Winforms中,由于在数据绑定控件上指定单个DataMember的限制,我不相信这是不可能的。我对WPF或ASP.NET不太确定,但你可能想尝试一些更具体的UI控件论坛来获取更多信息。

Jeff
In Winforms, I do not believe this is not possible due to the limitations of specifying a single DataMember on a data bound control. I'm not as sure for WPF or ASP.NET, but you may want to try one of those forums more specific to UI controls to get more information.

Jeff