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 |
What are the animation types supported by silverlight?
What is the official name for Silverlight?
What is isolated storage in silverlight?
can you use any specific patterns in silverlight programming?
Give a brief description of the .XAP file
Difference between mouseleftbuttondown and mouseleftbuttonup in silverlight.
Is it ok to uninstall microsoft silverlight?
How can silverlight use asx files?
Is silverlight the official name for “wpf/e”?
What is official name of silverlight?
How to add the reference of a class library project in silverlight application project?
Is silverlight a new media player?