Re: Images on server.

Tech-Archive recommends: Fix windows errors by optimizing your registry



On Apr 11, 4:00 pm, "Alexey Smirnov" <alexey.smir...@xxxxxxxxx> wrote:
On Apr 11, 2:10 pm, "rcoco" <nclau...@xxxxxxxx> wrote:



ImageUrl='<%# "/Images/" +DataBinder.Eval(Container.DataItem,
"MoodToday") + "../Images/sad.gif"%>'

Using the code above, what URL are you expecting to get in the output?- Hide quoted text -

I want to get Sad.gif when its Bad mood that was selected.
thanks- Hide quoted text -

I will rephrase the question:

"/Images/" + {something} + "../Images/sad.gif" = ?

that's for getting the ImageUrl .

.