datagrid property builder

G

Guest

hey all,

using the Hyperlink Column in the datagrid property builder is there a way
to pass a value from the code-behind to the next aspx page?

thanks,
rodchar
 
R

Ray Costanzo [MVP]

Is the value you want to pass coming from the datagrid's datasource? Try:

<asp:hyperlinkcolumn
headertext="The Link"
datanavigateurlfield="yourDataColumnName"
datanavigateurlformatstring="otherpage.asp?id={0}"
text="Click me" />

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top