J
Jaez
On an aspx page I am trying to place an image which can be clicked on to
download a file. Neither the image or the url of the doc are known until
runtime
Textbox1.text contains the url of a word document and textbox2.text contains
the url of a png graphic
Please can someone help me with the syntax as this does not work
<a href='<%# textbox1.text %>'>
<img src='<%# textbox2.text %>' style="width: 60px; height: 60px" /></a>
jaez
download a file. Neither the image or the url of the doc are known until
runtime
Textbox1.text contains the url of a word document and textbox2.text contains
the url of a png graphic
Please can someone help me with the syntax as this does not work
<a href='<%# textbox1.text %>'>
<img src='<%# textbox2.text %>' style="width: 60px; height: 60px" /></a>
jaez