I wanna get the contents of an aspx page
and place it into an XmlDocument. I intend
to use NameValueCollection for this. Is this
even possible? For example..
<tr>
<td class="tbl_cells" width="25%" bgColor="gainsboro"><FONT COLOR
= "#000066">Reference No</FONT></td>
<td class="tbl_cells" bgColor="gainsboro" colSpan="3"><FONT
color="#000066">0001</FONT></td>
</tr>
I want to get Reference No 0001 into a NameValueCollection
so I could place it in an XmlDocument.. Can someone please
help me... Thanks so much.
Brian