This is a migrated thread and some comments may be shown as answers.

[Solved] Error 4004? On image load

0 Answers 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve
Top achievements
Rank 1
Steve asked on 07 Mar 2011, 04:50 PM
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" />

Tags
GridView
Asked by
Steve
Top achievements
Rank 1
Share this question
or