What are the necessary step that need to be performed in order to download content from within silverlight?
Answer / Vikas Somvanshi
To download content from within Silverlight, follow these steps:n1. Create a WebClient object.n2. Set the request URI for the WebClient object.n3. Assign an event handler for DownloadStringCompleted event on the WebClient object.n4. Call the DownloadStringAsync method to start the download process.n5. In the event handler of DownloadStringCompleted, you can access the downloaded content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to set silverlight contents width as 100%.
Mention what is the xap mime type in silverlight?
What is SilverLight ? Can SilverLight run in other platforms other than window?
Is Silverlight supported by all major browsers?
What files are contained within the .xap file?
How silverlight 4 is different from silverlight 3?
what is story board in silverlight?
What is the difference between Silverlight4 and Silverlight5?
Can I delete microsoft silverlight?
What are those platforms which supports silverlight?
Explain how to apply style elements in a silverlight project?
What are the different event modes in silverlight?