Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Image not displaying when running app

    hai, The Image control source should be application startup path (or Server's Mathpath). To Dynamically load the image from code behind: ( the image are in side "Image Folder" )string fileName = "e4ae5d1e-570e-4878-8baa-6abf2752f16a1.jpeg"; string path; // application startup path  should be give like one ...
  • Re: How to use XMLDocument in Silverlight

    string value = "<Drawable><Objects><Item>1</Item></Objects><Objects><Item>2</Item></Objects><Objects><Item>3</Item> </Objects></Drawable>"XDocument xd = XDocument.Parse(value);  var drawables = from dra in xd.Descendants("Drawable") ...
Microsoft Communities