This question is locked. New answers and comments are not allowed.
Hi there.
I've added an image to an SQL database successfully. If I open up my SQL database it tells me that there is binary data in the database, so I'm assuming it's okay.
So... I have my rad grid view and I have an image column. The grid view is bound to the data alright because all entries without an image work okay. All entries with an image cause a 4004 runtime crash.
The line for that column is here:
<telerik:GridViewImageColumn Header="Photo" DataMemberBinding="{Binding UserImage}" ImageHeight="40" ImageWidth="40" />
I've added an image to an SQL database successfully. If I open up my SQL database it tells me that there is binary data in the database, so I'm assuming it's okay.
So... I have my rad grid view and I have an image column. The grid view is bound to the data alright because all entries without an image work okay. All entries with an image cause a 4004 runtime crash.
The line for that column is here:
<telerik:GridViewImageColumn Header="Photo" DataMemberBinding="{Binding UserImage}" ImageHeight="40" ImageWidth="40" />