N
news.microsoft.com
Hi again, I am pretty new to ASP.net (I use to be a Visual Basic 6 addict)
I want to do the following but I have been unable to find good info/ or
sample code on it; please help;
- retrieve a webpage using ASP.net from another site (the url have
parameters like (domain.com/?date=january) in it if that makes a difference)
- using ASP.net code I want to Parse a table (perhaps using DomDocument
object?) I want to retrieve data from the table cell first by row and
then by column.
(retrieve the data to be store in data object)
- Then I want to use the data object to display the information retrieve in
webpage?
I am looking for sample codes, references or anything of that nature to help
me.
Thank you in advance. and please be as detail as you like.
Joe.
I want to do the following but I have been unable to find good info/ or
sample code on it; please help;
- retrieve a webpage using ASP.net from another site (the url have
parameters like (domain.com/?date=january) in it if that makes a difference)
- using ASP.net code I want to Parse a table (perhaps using DomDocument
object?) I want to retrieve data from the table cell first by row and
then by column.
(retrieve the data to be store in data object)
- Then I want to use the data object to display the information retrieve in
webpage?
I am looking for sample codes, references or anything of that nature to help
me.
Thank you in advance. and please be as detail as you like.
Joe.