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 7757037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:58:41+00:00 2026-06-01T12:58:41+00:00

I would like to POST data from my Windows Phone to a webpage that

  • 0

I would like to POST data from my Windows Phone to a webpage that I created myself. The webpage will process the data and display any results.

After I POST the data, how I am able to navigate to the webpage with the posted data? (Example to http://www.test.com/#name=joe in the case it was GET)

  • 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-01T12:58:42+00:00Added an answer on June 1, 2026 at 12:58 pm

    A possible approach is to dynamically create an HTML page that performs the POST request and load it into the web browser control. The resulting web page will then nicely be displayed in the control.

    The HTML page could look like this:

    <html>
      <head>
        <title>Faceless</title>
    <script type="text/javascript">
        function submitForm() {
            document.forms[0].submit();
        }
    </script>
      </head>
      <body onload="submitForm();">
        <form method="POST" action="http://www.server.com/service.php">
          <input type="hidden" name="name" value="Robert">
          <input type="hidden" name="score" value="200">
        </form>
      </body>
    </html>
    

    You can load it into a web browser control with NavigateToString method.

    Don’t forget to enable JavaScript:

    <phone:WebBrowser Name="webBrowser1" IsScriptEnabled="True" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to get POST data sent to page controller in init() function
I would like to post-process my app.config file and perform some token replacements after
I would like to implement a post build event that performs the following actions
We are in the process of writing a native windows app (MFC) that will
I would like to rewrite an application that currently works as a Windows GUI
I would like to push data from mysql db to div every x seconds.
I am reading data from a file and would like to attach a progress
I would like to develop for Windows Phone 7 but the lack of database
I would like to POST an entity as follows POST /example.org/MyEntity/100 Based on the
I have a custom posttype in Wordpress 3. I would like to every post

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.