Reading tabular data from HTML file
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
How can I read tabular data present within an HTML file programmatically using ASP.NET (C#). The HTML file has been already downloaded in my local system. Any help or pointers will help. :)
v1i9n6o7d wrote:
How can I read tabular data present within an HTML file programmatically using ASP.NET (C#). The HTML file has been already downloaded in my local system.
Try a google search for something like "c# parse html file"[^] and see what comes up.