show everchanging url path in my code in VB.NET??

bcm

Well-known member
Joined
Aug 13, 2007
Messages
56
Programming Experience
Beginner
:(
I want to retrive data from a table from a site. The path of the table is ever changing everyday. How can I show the url path in my code in VB.NET?
:confused:
 
Unless you want to automate the IDE itself then "no", you can't change it in your code without typing the new path yourself. If there's a way to get the new path then you can code that into your project and then that code will be executed each time, get the correct path and then use it to get the data.
 
Back
Top