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.