这是我的要求。我的数据库只包含几个字段以及字节形式的图像数据。现在我有了网页,我可以用几个过滤器过滤数据,并在网格视图中显示图像和数据。
我写我的代码如下,所有其他数据在网页上显示良好,但对于图像,它显示为空白。在调试模式下,我验证了它,显示了一些字节的图像信息。我也没有收到任何错误消息。我搞不懂我的代码出了什么问题。
有什么需要帮忙的吗?
我的班级:
public class Expense
{
public string ID { get; set; }
public DateTime StartTimeStamp { get; set; }
public doub