how can i read files from my silverlight 2 web folder
-
hi every body i created silverlight2 application i put image control which show an image but i want read the image from the web folder i used this code but it didn`t work with me : Image i2 = new Image(); i2.Source = new BitmapImage(new Uri("..\\..\\TestWeb\\Images\\session1\\2.jpg", UriKind.Relative)); and: i2.Source = new BitmapImage(new Uri("../../TestWeb/Images/session1/2.jpg", UriKind.Relative)); any body can tell me how can i do this ???
-
hi every body i created silverlight2 application i put image control which show an image but i want read the image from the web folder i used this code but it didn`t work with me : Image i2 = new Image(); i2.Source = new BitmapImage(new Uri("..\\..\\TestWeb\\Images\\session1\\2.jpg", UriKind.Relative)); and: i2.Source = new BitmapImage(new Uri("../../TestWeb/Images/session1/2.jpg", UriKind.Relative)); any body can tell me how can i do this ???