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

  • Home
  • SEARCH
  • 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 8110151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T01:39:00+00:00 2026-06-06T01:39:00+00:00

I am working in a Silverlight control where I need to upload some static

  • 0

I am working in a Silverlight control where I need to upload some static data synchronously from a XML file. The file is in my same Web Server. I can get the URI of the control like so:

HtmlPage.Document.DocumentUri.ToString();

That returns the URI with the query that shows the control inclusive:

http://example.com:8085/MyWeb/CustomPage.aspx?waid=a1a5780a8ddea6c517ae1-b4ef&nid=id78

What I need from there is only http://example.com:8085/MyWeb (which will always be the same except for the host name/port) I do not want to hard code that because this will be deployed in several servers. So, what I’d like to do is get the web site URI. I tried several things like localpath, host, AbsolutePath and others in the DocumentUri object but none seem to give me what I need. How can I do that without doing a ton of manipulation.
Thanks!

  • 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-06-06T01:39:02+00:00Added an answer on June 6, 2026 at 1:39 am

    Try the following:

    var absoluteUri = Application.Current.Host.Source.AbsoluteUri;
    int lengthWithoutParams = absoluteUri.IndexOf("?") < 0 ? absoluteUri.Length : absoluteUri.IndexOf("?");
    string uploadUrl = absoluteUri.Substring(0, lengthWithoutParams).Replace("/ClientBin/<YourXAPfile>.xap", filePath);
    

    And finally:

    HtmlPage.Window.Navigate(new Uri(uploadUrl));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on a Silverlight app and need to convert XML data into
I'm working on a Silverlight templated control (i.e. it derives from Control and has
I'm working on a small silverlight application that involves passing some data between javascript
I'm working on a Silverlight control that will allow multi-file downloading. At the moment
I'm building a custom control in Silverlight by deriving from ContentControl and doing some
I'm working with the Silverlight 4 toolkit and using the Charting control, specifically the
I am working with Silverlight Unit Testing i need to test a function which
I am working on a Silverlight client and associated ASP.NET web services (not WCF),
I'm working on a Silverlight app that would allow a user to upload a
I'm currently working on the UI of a Silverlight application and need to be

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.