Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3304258
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:02:34+00:00 2026-05-17T21:02:34+00:00

In Silverlight you have to save a file using the save file dialog. You

  • 0

In Silverlight you have to save a file using the save file dialog.

You can only open this dialog from a user event aka a button click

I’m returning the data of a file from a web service call asynchronously

How do i save this to file?

If i ask them before the service call i can’t use the stream after the data comes back.

If i ask them after i can’t open the save file dialogue.

It’s a bit of chicken and the egg situation.

Thanks.

update

i want to be able to save the users computer where they spectifiy not the silverlight isolated storage.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T21:02:35+00:00Added an answer on May 17, 2026 at 9:02 pm

    Open a SaveFileDialog from a user event, then keep a reference to this dialog around. Make your web service call, then in the handler for this call, call the OpenFile() method on the SaveFileDialog. Use the stream returned by this method to write to your file.

    private SaveFileDialog _mySaveDialog;
    
    private void Button_Click(object sender, EventArgs e)
    {
       _mySaveDialog = new SaveFileDialog();
       // Configure the dialog and show it here...
    }
    
    // call this method from the handler for your web service call
    private void Save(string toSave) 
    {
       Stream fileStream = _mySaveDialog.OpenFile();
       // Write to the file here...
    }
    

    If you’d like an even more detailed example that uses this same technique, see here.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a doubt from a silverlight application we can access MyDocuments. I am
How can a WriteableBitmap from Silverlight be Saved onto the File System, I am
I have a Silverlight application that is built from a set of Silverlight class
I have a Silverlight Project which passes data using the Data Contract to a
I am using Silverlight with a DDD approach. I have a Person domain object
I have Silverlight application that retrieves data from the database through a WCF Service.
I have an Silverlight 4 application, that communicates with an WCF-Service. The user needs
I am just getting started with Silverlight and have recently added a Silverlight project
I have a silverlight 2 beta 2 application that accesses a WCF web service.
I have a Silverlight 2 application that is consuming a WCF service. As such,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.