What are the necessary step that need to be performed in order to download content from within silverlight?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category