Click here to Skip to main content
15,749,352 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

can anybody know how to read html doc using HTML Agility and how to read a particular column in table (html).
Posted
Comments
Sergey Alexandrovich Kryukov 9-Jul-13 1:49am    
This is the most basic question. So, what have you tried?
—SA

1 solution

 
Share this answer
 
Comments
bee-2012 9-Jul-13 3:03am    
I have already gone through it , but I didn't get it.
for suppose

Users
_______________________________
UserName ContactNo.
_______________________________

A 123
B 123
C 123
_______________________________

Can you please help how do I get username column using html agility pack
Sergey Alexandrovich Kryukov 9-Jul-13 10:18am    
This is nothing but hierarchy of td, th and td elements. How can it be a problem?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900