Hi, I have to retrieve from a gridviewrow on rowcommand a certain cell with a label... this label is in a itemtemplate! I had already used the ctype(row.findcontrol(...), label).text and the ctype(row.cell(1).controls.item(2), label).text and they both return me the value ""... If i use the...