Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个显示人员列表的数据网格。
问题是 dataGrid 不显示像这样显示的人的图像:
System.Byte[].
您可以创建 Http Handler(.ashx),您可以在其中编写代码以使用 Response 标头显示图像,然后使用如下所示的处理程序来显示图像
<asp:Repeater ID="repeater1" runat="server"> <ItemTemplate> <img src="displayImage.ashx?id=111" style="text-align:center"/> </ItemTemplate> </asp:Repeater>