changing part of URL PATH??

bcm

Well-known member
Joined
Aug 13, 2007
Messages
56
Programming Experience
Beginner
I am doing a project where I am retriving data from a table minicard of a site.
I am using path http://www.cric8.com/od_minicard2.htm
The table has a number od_minicard2_1355
The problem is that when there are two table it pull data of only one table.
how can I get data of both tables say od_minicard2_1355 & od_minicard2_1356
The name of table always increases by one 1355,13356,1357,etc.
 
I went to that site, but I still couldnt work out what you were talking about. Please be more specific
 
data of two tables every 5minutes.....

I want to retrive data of scorecard. I am able to retrive data of only one table, but I can not retrive data of two tables at same time.
I have to retrive data every 5minutes.....
how can I do it in vb.net
 
Back
Top