Hi,
i load a image asp into radlistview, this is code:
now i would to load the value
But i dont know to load this code "CType(Container.DataItem, PropertyUtente).imageprofile" into div.
i load the records into radlistview from code behind with this code:
Please help me
i load a image asp into radlistview, this is code:
<asp:Image ID="Image1" runat="server" ImageUrl='<%# CType(Container.DataItem, PropertyUtente).imageprofile%>' Height="125px" Width="110px"/>now i would to load the value
CType(Container.DataItem, PropertyUtente).imageprofile
into div so i can to create to div the round edges with css.But i dont know to load this code "CType(Container.DataItem, PropertyUtente).imageprofile" into div.
i load the records into radlistview from code behind with this code:
Dim lista As List(Of PropertyUtente) = Loadsearch.Search(_str1, _str2)RadListView1.DataSource = listaRadListView1.DataBind()Please help me