How to get attribute from html div tag in C#

Jan 31 2013 5:09 AM

Hi,

I have a string "<div width=200 height=700 rowheader="true" columnsize=4></div>

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.


Answers (6)