Per il tuo datatable, credo che basti metterlo nella cache
Cache("dt") = dt
e poi accedervi con:
codice:If not isnothing(Cache("dt")) then dim dt2 as datatable dt2 = cache("dt") ip = dt2.Rows(0).Item(0) End if
Per il tuo datatable, credo che basti metterlo nella cache
Cache("dt") = dt
e poi accedervi con:
codice:If not isnothing(Cache("dt")) then dim dt2 as datatable dt2 = cache("dt") ip = dt2.Rows(0).Item(0) End if
press play on tape
-----
MP3 Listing
https://sourceforge.net/projects/mp3-listing
File Listing
https://sourceforge.net/projects/file-listing-2-0/