.NET webbrowser component and "post" method

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • slrosh
    New Member
    • Nov 2007
    • 4

    .NET webbrowser component and "post" method

    Does anyone know to how to post data to web page from a windows application?
    I need to post a parameter to web page using post method.
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    You can use Use HTTPRequest/HTTPResponse objects

    Comment

    • slrosh
      New Member
      • Nov 2007
      • 4

      #3
      Can you explane how to do that. I think we should use HttpWebRequset & HttpResponse for HttpREquset & HttpResponse.

      In my application there is one text box and one button.User can enter the keyword which is trying to search. After clicing submit button webbrowser should display the search result by browsing a web site(specific).
      Thanks

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        MSDN has a little example about how to use the HttpWebRequest/HttpWebResponse methods with the POST method.
        There are a few steps, but all pretty simple.

        Comment

        • slrosh
          New Member
          • Nov 2007
          • 4

          #5
          Thank you very much for your support....

          Comment

          Working...