<asp:LinkButton ID="LinkButton1" runat="server" PostBackUrl='Home.aspx?id=<%#Eval("ID")%>' >Click here</asp:LinkButton>
when i redirect to the home page using this then i does not get the value (id) why?
it gives Home.aspx?id=<%#Eval("ID")%> as the url
Pleae help me