Greetings,
I have a table called audiofiles with two important fieldnames, fileID and filename.
The value for filename looks like this:
cv9330033.
However, on the server, the filename is stored like this:
vook_cv9330033.wav
On my summary page, I have a link:
- <asp:HyperLinkField DataNavigateUrlFields="uuid" DataNavigateUrlFormatString=http:
I can get this link to reach the filename on the server and play the .wav recording.
Any ideas