B
beesonsl
Guest
I have a gridview that lists a bunch of computers. In one column, I would like to have it ping those machines. I want it to start pinging after the page loads and then update the column according to whether or not there is a response. In other words, I don't want the entire page to sit there blank while it pings all the machines in the list. I already have the ping functionality down. I'm also willing to switch from a gridview to a listview or a repeater or something if it works better.