Hi guys,
I'm using RadImageEditor inside a FormView and i'm trying to retrieve a imagem from a Postgre Database. I'm also using OpenAccessDataSource.
I follow this
http://demos.telerik.com/aspnet-ajax/imageeditor/examples/default/defaultcs.aspx and this
http://www.telerik.com/community/forums/aspnet-ajax/image-editor/combine-imageeditor-control-with.aspx links and i'm still not able to solve the issue.
In my aspx page i have the following code:
In code behind i have the following:
I'm getting the following error message:
"Sys.WebForms.PageRequestManagerServerErrorException: Object reference not set to an instance of an object."
I'm sure the image is in the Database because i'm able to see it through RadBinaryImage control.
Any help will be appreciated. Thanks in advance.