hi,
i've this code:
and i wolud that i can click on every field that i see and start a redirect with the value datakyesname...it's possible?
bye
i've this code:
<telerik:RadListView ID="RadListView1" runat="server" AllowPaging="True" DataKeyNames="idutente" ItemPlaceholderID="Contenitore" PageSize="8" Width="700px" OnNeedDataSource="RadListView1_NeedDataSource"> <LayoutTemplate> <fieldset style="width: 700px; border:0px; background-color: #FFFFFF; background-image: none;" id="FieldSet1"> <div id="Contenitore" runat="server"> </div> </fieldset> </LayoutTemplate> <ItemTemplate> <div class="item-sponsor"> <asp:Image ID="Image1" runat="server" ImageUrl='<%# CType(Container.DataItem, PropertyUtente).imageprofile%>' CssClass="img"/> <span class="name"> <%# CType(Container.DataItem, PropertyUtente).utente%> </span> <span class="title"> <%# CType(Container.DataItem, PropertyUtente).Desccategoria%></span> </div> </ItemTemplate></telerik:RadListViewand i wolud that i can click on every field that i see and start a redirect with the value datakyesname...it's possible?
bye