How can i select the first link with data scraping plz ?
How can i select the first link with data scraping plz ?
After data scraping it will give output as DataTable right. And then use Column Index or Name to get first row value.
DataTable.Rows(0).Item(0) - Referes to first row and first column value