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
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ankit NandekarPosted Apr 13, 2011, 1:11 AM
PostBackUrl='<%#"Home.aspx?id="+Eval("ID")%>'
Jayendra MistryPosted Oct 16, 2015, 4:44 AM
Adriano awPosted Aug 21, 2015, 7:55 AM
Hiren PatelPosted Feb 11, 2015, 2:45 AM
Hiren PatelPosted Feb 11, 2015, 2:45 AM
Hiren PatelPosted Feb 11, 2015, 2:45 AM
Hiren PatelPosted Feb 11, 2015, 2:45 AM
Jayendra MistryPosted Jun 18, 2014, 1:41 AM
burak kukrerPosted Feb 28, 2014, 12:24 PM
Vikas AhlawatPosted Apr 13, 2011, 3:06 AM
It is working.......
Vikas AhlawatPosted Apr 13, 2011, 12:40 AM
It is not working.
anyway thanks for your reply.
ArshadPosted Apr 12, 2011, 5:11 AM
just try like below
PostBackUrl='Home.aspx?id="+<%#Eval("ID")%>+"' >
Regards,
Arshad