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. General Programming
  3. Visual Basic
  4. Please Help!! Please

Please Help!! Please

Scheduled Pinned Locked Moved Visual Basic
csssysadminhelp
3 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.
  • T Offline
    T Offline
    tcombs07
    wrote on last edited by
    #1

    Hey Guys, this I need to do hopefully you guys can help. I just need an application or service to browse to a certain page every five minutes. In my case it will be an asp page. Once the services browses to the page it just needs to close the and the asp page takes it from there and starts producing a grid. For instance when it connects properly the grid will show some green, but say the service gets stopped or the computer or server goes down then the grid will start showing red. I hope that all made sense, if not just let me know and i will try to give some more info. I am just hoping someone can help. Thanks, Travis

    S 1 Reply Last reply
    0
    • T tcombs07

      Hey Guys, this I need to do hopefully you guys can help. I just need an application or service to browse to a certain page every five minutes. In my case it will be an asp page. Once the services browses to the page it just needs to close the and the asp page takes it from there and starts producing a grid. For instance when it connects properly the grid will show some green, but say the service gets stopped or the computer or server goes down then the grid will start showing red. I hope that all made sense, if not just let me know and i will try to give some more info. I am just hoping someone can help. Thanks, Travis

      S Offline
      S Offline
      SimulationofSai
      wrote on last edited by
      #2

      You can use WebRequest class in System.Net to browse a web page. Pass a querystring that is unique to your calling application. When you execute WebRequest.GetResponse(), you can be sure that the application is trying to connect to the web page. In the ASP page, check from the querystring if the connection request is from your calling application, if yes, do your color thing. SG

      T 1 Reply Last reply
      0
      • S SimulationofSai

        You can use WebRequest class in System.Net to browse a web page. Pass a querystring that is unique to your calling application. When you execute WebRequest.GetResponse(), you can be sure that the application is trying to connect to the web page. In the ASP page, check from the querystring if the connection request is from your calling application, if yes, do your color thing. SG

        T Offline
        T Offline
        tcombs07
        wrote on last edited by
        #3

        Hey man, I just wanted to say thanks alot for that little bit of information. By using the webrequest I got the results I was needing. Thanks again, Travis

        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