TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Robert Hansford
NA
5
1.6k
GridViewItem Dynamic Image
Sep 16 2013 7:49 AM
Hey. i have a big problem.. i need to load an image into a grid view item from a external source for instance from the C:// drive or desktop how ever it does not seem to load.. it gives no errors:
imgBrsh.ImageSource = new BitmapImage(new Uri("ms-appx:///Assets/Logo.png"));
this line works and will load an image how ever using
imgBrsh.ImageSource = new BitmapImage(new Uri("F:\Pictures\55797441.jpg"));
however the above line does not load the image. i cannot use "ms-appx:///" since the images will not be included in the project
any help will be greatly appreciated
Reply
Answers (
3
)
How to store selected drop down list value as global in MVC
How to add gridview control in windows phone 7?