i want to process two things in hyperline ,
Tooltipmanage,
another one's move to another page that moves how i get that value in query string
<telerik:GridTemplateColumn SortExpression="Articleid">
<ItemTemplate>
<asp:HyperLink ID="Articleid" runat="server" NavigateUrl="KBaseDetail.aspx" Text='<%# Eval("Articleid") %>'></asp:HyperLink>
</ItemTemplate>
</telerik:GridTemplateColumn>
Thanks,
Mohamed.