Here is my piece of code
File.Exists(AppDomain.CurrentDomain.BaseDirectory & "\eventimages\sm_" & .Item("EventID").ToString & "." & .Item("Image").ToString) Then
I want it to pull from another web address such as http://www.mywebaddress.com\eventimages\sm ...etc..
How do i do that?
File.Exists(AppDomain.CurrentDomain.BaseDirectory & "\eventimages\sm_" & .Item("EventID").ToString & "." & .Item("Image").ToString) Then
I want it to pull from another web address such as http://www.mywebaddress.com\eventimages\sm ...etc..
How do i do that?