Results 1 to 4 of 4

Thread: populating & Submitting an external form

  1. #1

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    populating & Submitting an external form

    Hey All,

    In windows forms this can be done using the microsoft web browser control, but how is it done in asp.net either using the axwebbrowser control or httpwebrequest methods

    this is an example description only actul sites and stuff will be different

    I want my web site to do a search on google so on my site the user enters the input value into a text box, and they press send data.
    This is then passed to google via some kind of magic, (ie webrequest) and we populate the google input box and press the search button, when we get our results back from google, i run the response via my regular expression and display the results in my own format.

    I dont actully want to spider googles results its just the method is the closest description i can give to what i want to do.

    I have been looking at posting data with the httpwebrequest and response methods but im not sure on it.

    Can someone advise of the best possible method to handle such events

    regards

    Carl
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  2. #2

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    Re: populating & Submitting an external form

    bump
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

  3. #3
    Hyperactive Member GlenW's Avatar
    Join Date
    Nov 2001
    Location
    Gateshead, England
    Posts
    479

    Re: populating & Submitting an external form

    Try the Google Web Services, even the free subscription allows you loads of searches.
    You just make your own pages but use Google to do the searches, very straightforward.

  4. #4

    Thread Starter
    Fanatic Member carlblanchard's Avatar
    Join Date
    Sep 2003
    Location
    Bournemouth (UK)
    Posts
    539

    Re: populating & Submitting an external form

    i did say that i only was using google as an example
    I am curretly building a defect management system for software and web developers,
    If you wana try it out (beta test) and keep it for free just send me a message

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width