12
Reply

Query string Using Eval.

Vikas Ahlawat

Vikas Ahlawat

Apr 12 2011 12:46 AM
12.4k
<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

Answers (12)