Vikas Ahlawat

Vikas Ahlawat

  • NA
  • 564
  • 809.3k

Query string Using Eval.

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