I create a GridView App and want to bind the images in the GridView to values from a DataBase, the values in the DataBase are stored as image data type.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t. You have to expose the images through a web service first. WinRT apps don’t talk to database directly – there is no API for that yet AFAIK. Maybe someone created some proxy like the one for SQLite, but you would then still need to download the image first.