tags:

views:

9

answers:

0

On my Gridview, I've successfully created a link, as below (with a FIXED customerid of 3)

<asp:HyperLinkField NavigateUrl="javascript:popUp(3)" Text="Detail" 
     Target="_parent">

How can I pass the actual value for CustomerId on the same row?

I have been searching trying for many days now. Please help. Please the link below. Somehow it does not display correctly here.