How to display binary images into a gridview in ASP.NET using C#?

后端 未结 2 720
别那么骄傲
别那么骄傲 2020-12-01 23:06

I want to display binary images into a gridview named \'gvExistedCharacter\'. I did research about it and many of them suggested to use a handler. However, I have no idea ho

2条回答
  •  失恋的感觉
    2020-12-01 23:21

    You want to add @characterID parameter to your sql command but your command doesn't have a parameter called @characterID.

    Remove your parameter process in your code or add @characterID in your sql command which try to match.

提交回复
热议问题