This example shows how to use ASPxUploadControl on the ASPxGridView's Edit Form to preview an image before performing data update.
See Also:
Image Upload in ASPxGridView
How to bind the ASPxBinaryImage to a field which contains image data stored as OLE object
Question Comments
Added By: David Black 2 at: 2/27/2015 9:14:41 AM
So do i have to create a custom edit form just to add an an image? Not sure why the software doesn't generate the upload code for you.
I am familiar with WinForms but the ASP model is new to me I tried to follow the example below but received an error on 'ConvertOleObjectToByteArray' I am sure there is something I need to include.
Any help in beginners terms for customizing would be greatly appreciated.