Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This should be simple but I can't figure it out. I have a grid view that includes a link. I am trying to bind date to the navigationURL. The data includes the id (primary key) and confirmNum from the DB. I have the id working but can't get the confirmNum to show. Here is the code:
XML
NavigateUrl='<%# DataBinder.Eval(Container, "DataItem.id", "MyRequests_Full.aspx?id={0}" + "&confirmNum=DataBinder.Eval(Container.DataItem, "confirmNum") %>'
Any Ideas?
Posted
Updated 2-Dec-12 22:04pm
v2
Comments
Deenuji 6-Dec-12 10:20am    
u r asking date or data????

1 solution

if u r asking about data means try following link:

Retrieve row values from one page to another from datagridview[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900