gpt4 book ai didi

C# Windows 窗体 - DataRepeater "Template-Based"绑定(bind)?

转载 作者:行者123 更新时间:2023-11-30 12:33:59 24 4
gpt4 key购买 nike

我通常使用 Web 窗体,但有一个项目需要 Windows 窗体。我需要使用 DataRepeater 控件显示数据,但是我无法直接绑定(bind)到数据源,因为我需要在显示数据之前“处理”数据。使用 datarepeater 的网络表单版本,这可以通过使用 ItemTemplate 并将返回的数据项传递给公共(public)方法来实现,例如我如何将其传递给下面示例中的“GetModel”方法。我怎样才能在 Windows 窗体中完成类似的事情?

<ItemTemplate>
<asp:Label ID="lbAsModel" runat="server" Text='<%# GetModel(Convert.ToInt32(Eval("ALAN8"))) %>' CssClass="repGridText" />
</ItemTemplate>

最佳答案

Microsoft.VisualBasic.PowerPacks 程序集包含 a DataRepeater class for Winforms .

关于C# Windows 窗体 - DataRepeater "Template-Based"绑定(bind)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8052016/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com