How to get attribute from html div tag in C#

Visweswaran

New member
Joined
Jan 31, 2013
Messages
1
Location
Madurai,TN,IND
Hi,

I have a string "<div width=200 height=700 rowheader="true" columnsize=4>
I want to extract widht, height, rowheader & columnsize value from above string through C#.net
I tried to load the above string in XMLdocument, but I used to receive an exception.
Please suggest me to proceed this.

Thanks in Advance.
 
Back
Top