infobih
Posts: 58
|
| Posted: 05/08/2006, 6:16 AM |
|
I have need to display different ALt tag for each image in Grid every time. How it is possible, because I can not add anything between <img ..... /> tag for programming label for ALT tag
ANy experiance at all?
Thanks
|
 |
 |
matheus
Posts: 386
|
| Posted: 05/08/2006, 7:50 AM |
|
To use alt dinamically.
Don't use image control, use Labels inside a HTML tag. something like this.
<img src="{Label_src}" alt="{Label_alt}" />
_________________
Matheus Trevizan
Dynamix Software Ltda.
Blumenau SC Brasil
www.dynamix.com.br |
 |
 |
serimay
Posts: 2
|
| Posted: 05/08/2006, 7:55 AM |
|
Hola, tu entiendes español? (you speak spanish?)
|
 |
 |
marcwolf
Posts: 361
|
| Posted: 05/10/2006, 7:58 PM |
|
Alternately just use a label and create the entire link in it.
I have done this a couple of times.
Take Care
Dave
_________________
' Coding Coding Coding
Keep Those Keyboards Coding.
Raw Code!!!!!!!
|
 |
 |
|