shouldn't this work?

G

Guest

hey all,
i have a gridview with an image inside an item template. the imageUrl
property looks like this:

(Eval("Gender")=="Unknown")?"~/images/failed.png":"~/images/success.png"

for some reason it always evaluates false which isn't the case for all my
values. any ideas?

thanks,
rodchar
 
G

Guest

hey all,
i have a gridview with an image inside an item template. the imageUrl
property looks like this:

(Eval("Gender")=="Unknown")?"~/images/failed.png":"~/images/success.png"

for some reason it always evaluates false which isn't the case for all my
values. any ideas?

thanks,
rodchar

cast the eval to a string

((string)Eval("Gender"))==...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top