2
Answers

Read Contents From Web Page

Vikram

Vikram

15y
2.9k
1

Hi  ,
    I want read data from web page. Basically I want to read HTML table rowwise and read contents from columns as string. Is there any solution provided by .Net for the same. 
Thanks
Answers (2)
0
Sam Hobbs

Sam Hobbs

NA 28.7k 1.3m 15y
0
Amit Choudhary

Amit Choudhary

NA 27.7k 3m 15y
hi friend,

Please give more details about it how you want to read. if you want to read HTML file you can read it as XML file  programmatically and if you want to read it using like javascript then you can identify the table by giving it an id. and read the rows.

Please mark as answer if it helps.