ypur question is bit unclear, but I think this will help
for eg. to access the contorl with in a gridview we can use this, say if you place a hidden field inside gridview with the id of "hfone"
inside GvRowDataBound event
var field= (HiddenField)e.Row.FindControl("hfone");
so you can access the values by field.value