User1216627406 posted
Greetings again.
Is there a way that I can get this to work?
On the markup, I have this:
<td><a href="http://servername/Archives/" & folder.text & "/noose_" & build.text & ".wav">Listen</a></td>
On codebehind,I am passing to value of folder and build:
folder.Text = dr("folder").ToString()
build.Text = dr("build").ToString()
My <a href="""> is not recognizing folder.text and build.text
Thank you for your help