ho un repeater di questo tipo:

<asp:Label id="results" runat="server"></asp:Label>


<asp:repeater id="queryres" runat="server" OnItemCommand="queryres_ItemCommand">
<itemTemplate>
<%#Container.DataItem("IDnews")%>

<%#ConvertiData(Container.DataItem("data"))%>


<%#Container.DataItem("titolo")%>


<% if controllo=0 and currentPage=1 then%> <%#Container.DataItem("descrizione")%> <%end if%> <%controllo=1%>


</itemTemplate>
</asp:repeater>


<asplaceholder id="Paginazione" runat="server"></asplaceholder>


e dovrei far si che "titolo" diventi un link che apre la news relativa all'"idnews"(tipo: http:/aprenews.aspx?chiaveid=3 dove 3 è idnews).Come devo scrivere questo benedetto repeater ?
Spero che anche questa volta mi aiutate a crescere io ci provo ma è dura. Ciao e grazie