0
我知道我可以使用asp:TemplateField
爲此,但在asp:GridView中使用標準的asp:BoundField或asp:ImageField,是否可以指定多個字段並在FormatString字段中將它們用作{0} {1} { 2}等等asp:GridView ImageField DataImageUrlField - 指定多個字段?
例如
<asp:ImageField DataImageUrlField="ProfileImageId,UserGuid" DataImageUrlFormatString="img-profile.ashx?uid={0}&pid={1}" />
我一直思索這個。這將比使用更加整潔asp:TemplateField
謝謝,然後我收集它不能做。傻,這是一個有用的功能。不知道MS爲什麼這麼做 – 2010-04-16 04:16:04