我知道我可以使用asp:TemplateField
,但是在asp:GridView中使用标准的asp:BoundField或asp:ImageField,是否可以指定多个字段并在FormatString字段中将它们用作{0 } {1} {2}等...
例如
<asp:ImageField DataImageUrlField="ProfileImageId,UserGuid" DataImageUrlFormatString="img-profile.ashx?uid={0}&pid={1}" />
我一直在思考这个问题。这比使用asp:TemplateField
答案 0 :(得分:0)
HyperlinkField可以使用多个字段来格式化网址,但不能使用其他*字段列来执行此操作。