how to bind image in image control in asp.net
Posted
by user350104
on Stack Overflow
See other posts from Stack Overflow
or by user350104
Published on 2010-05-31T07:00:36Z
Indexed on
2010/05/31
7:02 UTC
Read the original article
Hit count: 202
c#
i want to bind image in image control but according to the value in Eval
if Eval == True then imageurl = "image1" else imageurl = "image"
how to write if condition with eval to get above output
© Stack Overflow or respective owner