Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Automating a website using Asp.net

Automating a website using Asp.net

Scheduled Pinned Locked Moved ASP.NET
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    srikrishnathanthri
    wrote on last edited by
    #1

    I am planning to automate a website (which is used to file tax). I think it is better to implement using asp.net. I am new to website automation. My questions are as follows, 1. How to make user to fill details in my asp page (User will enter details in my local server , and I will send those details to main website) 2. How to make user to enter captcha by showing him only image from main website in local page and later I will send that value to main website? 3. How to control child window from main window and vise versa using asp.net ?.

    U 1 Reply Last reply
    0
    • S srikrishnathanthri

      I am planning to automate a website (which is used to file tax). I think it is better to implement using asp.net. I am new to website automation. My questions are as follows, 1. How to make user to fill details in my asp page (User will enter details in my local server , and I will send those details to main website) 2. How to make user to enter captcha by showing him only image from main website in local page and later I will send that value to main website? 3. How to control child window from main window and vise versa using asp.net ?.

      U Offline
      U Offline
      User 10367683
      wrote on last edited by
      #2

      srikrishnathanthri wrote:

      How to make user to fill details in my asp page (User will enter details in my local server , and I will send those details to main website)

      For this when user fills the details,you can make an HTTP POST to your main website.In this ,you can parse the parameters in your main website via an http post from your button click event handler when one clicks on the button after entering the details. Here is a link c# - HTTP request with post - Stack Overflow[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups