gpt4 book ai didi

c# - 绑定(bind)到项目模板中的字典

转载 作者:行者123 更新时间:2023-11-30 21:14:18 24 4
gpt4 key购买 nike

我有一个 List< Dictionary< string, string>>。在我的 GridView 的 ItemTemplate 中,我想根据它们的键绑定(bind)到字典中的值。

<ItemTemplate>
<tr class="gridRow">
<table width="100%">
<tr><td><%# Eval("Lastname") %>, <%# Eval("Firstname") %> </td></tr>
<tr><td><%# Eval("Address") %></td><td><%# Eval("Zipcode") %></td><td><%# Eval("City") %></td></tr>
</table>
</tr>
</ItemTemplate>

有没有不使用代码隐藏的方法来做到这一点?我只想在字典中添加新键时更改 ItemTemplate。

最佳答案

<%# ((Dictionary<string, string>)(Container.DataItem))["FirstName"] %>

关于c# - 绑定(bind)到项目模板中的字典,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6323425/

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