how to read html
-
I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.
-
I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.
-
I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.
Hi, You can parse HTML using the Html Agility Pack[^]
The quick red ProgramFOX jumps right over the
Lazy<Dog>
. My latest article: Understand how bitwise operators work (C# and VB.NET examples) My group: C# Programmers Group -
I have html page and i want get data from it like we get it from data set.means on basis of some valus i want perticular result. is possible to fileter it. i know how to read it but i don't know how get row by row data. or some pertocular data, doing it throgh is realy tough . i want to know if any other way is there.
You need to do it in client side? Use javascript. getElementByTagName(Table) etc. many things are there. You can make variables of table also in javascript. Then you can process what ever need at there. It will be work around only. But you can do. If you are aiming html of other websites i have very less knowledge only. But i think you can use webbrowser control of visual studio which can(Not sure) inject scripts to a webpage Thanking you Binesh Nambiar C