J
James Page
Hi all
I have a gridview linked to a sql database. When send querystring parameters
to the details page I usually use the following format:
Eval("id", "~/detailspage.aspx?id={0}")
which works perfectly. However..
I need to pass two parameters to a particular details page:
"~/detailspage.aspx?id={0}&dt={0}
Having problems in trying to write the appropriate "Eval" statement.
Can anyone point me in the right direction?
Thanks
I have a gridview linked to a sql database. When send querystring parameters
to the details page I usually use the following format:
Eval("id", "~/detailspage.aspx?id={0}")
which works perfectly. However..
I need to pass two parameters to a particular details page:
"~/detailspage.aspx?id={0}&dt={0}
Having problems in trying to write the appropriate "Eval" statement.
Can anyone point me in the right direction?
Thanks