Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Named Value Collection


Message #1 by "Brian Dimarucot" <adimarucot@s...> on Thu, 11 Apr 2002 10:43:53
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

  Return to Index