.Net Links

Monday, March 29, 2010

how to make BoundField visible as false and get the values

Here the below line will help you to get the hidden column values.
DataKeyNames="EID"
GridContgorl id = gvCategory



Response.Write("Value" + gvCategory.DataKeys[i].Value.ToString() + "
");

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]



<< Home