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() + "
");
DataKeyNames="EID"
GridContgorl id = gvCategory
Response.Write("Value" + gvCategory.DataKeys[i].Value.ToString() + "
");
Labels: how to get hidden values from grid control, how to make BoundField visible as false and get the values
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home