Hi all,
i need some help to carry the data to another page..this is my code to carry the id
<ASP:HYPERLINK ID="lnkDetails" RUNAT="server" NAVIGATEURL='<%#"Company_vd.aspx?comp_code=" + DataBinder.Eval(Container.DataItem,"CmpCode")%>' TEXT="Details"></ASP:HYPERLINK>
it works but i dont know how to use the comp_code on the other page to retrieve other data based on the selected comp_code..it just like view details..
what should i write in the back end code..