Question
Datacom group
NZ
Last activity: 9 Nov 2017 22:17 EST
Using DataGridView in Robotics
Hi,
I have a particular need of displaying rows from a dynamic HTML table in a web site using a windows form to the user and user must be able to select one row and proceed.So that selection data will be used in the rest of the automation.How to do this? I was trying to use a DataGridView in the windows forms but the grid didn't get populated with data.How to get this done?