08-22-2012, 03:46 AM
Hi All
I am trying to do what seems to be a simple thing but I can not wrap my head around it.
I have a csv file with system names and ip's. I would like to populate a grid and when I click on the grid in the ip column to ping that ip
example cvs
computer name , ip
test1,192.168.0.1
tes21,192.168.0.2
test3,192.168.0.3
click on 192.168.0.1 and ping said ip
any help would be appreciated
I am trying to do what seems to be a simple thing but I can not wrap my head around it.
I have a csv file with system names and ip's. I would like to populate a grid and when I click on the grid in the ip column to ping that ip
example cvs
computer name , ip
test1,192.168.0.1
tes21,192.168.0.2
test3,192.168.0.3
click on 192.168.0.1 and ping said ip
any help would be appreciated