12
Answers

Query string Using Eval.

Vikas Ahlawat

Vikas Ahlawat

13y
15.4k
1
<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)