Hi,
This is my case. I would like to add a point in my map along with its attribute fields(Street=STRING, Crime_Type =STRING, Image=RASTER) and save it to the geodatabase using silverlight.
My problem 1st problem:
How can I upload an image directly to the Image field which is a RASTER type in silverlight? Or is there any other way without using AttachmentEditor?
My problem 2nd problem:
I have added my image manually in arcmap at Image field with a RASTER type. How can I view that image in my application using silverlight?
Thank you in advance.