|
|
Pass single value using the 'DataNavigateUrlFields'
<Columns>
<asp:HyperLinkField DataNavigateUrlFields="CustomerID"
DataNavigateUrlFormatString="CustomerDetails.aspx?CID={0}"
Text="Pass Single Value" />
Pass multiple value using the 'DataNavigateUrlFields'
<asp:HyperLinkField
DataNavigateUrlFields="CustomerID, CompanyName"
DataNavigateUrlFormatString="CustomerDetails.aspx?CID={0}&CName={1}"
Text="Pass Multiple Values" />
'Like' us on our FaceBook page if you find this blog useful. Thanks!
Did you like this post?
|
|
|
||
|
|
|
|
Save on Delicious |
|
|
subscribe via rss |
|
subscribe via e-mail |
|
|
print this post |
|
follow me on twitter |




comments
0 Responses to "Pass ID of the GridView Row to a PopUp window"Post a Comment