Dynamisk style i listview
Hej,Hvordan kan jeg sætte et baggrunds-billede dynamisk ind i et listview
Jeg har prøvet med dette i ItemTemplate
<div runat="server" id="bgdiv" style='background-image:url:(<%# SetBackgroundImage(Eval("penthouse")ToString(), Eval("triplex").ToString(), Eval("duplex").ToString()) %>); background-repeat:no-repeat; width:240px; height:250px; '>
Men funktionen bliver ikke kaldt. Det bliver bare til:
<div id="portfolioview1_ctrl0_bgdiv_0" style="background-image:url(<%# SetBackgroundImage(Eval("penthouse")ToString(), Eval("triplex").ToString(), Eval("duplex").ToString()) %>); background-repeat:no-repeat; width:240px; height:250px; ">