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 row.cells(0).text on a databound the value is returning correctly...
Is it because of viewstate or lack of databind at that stage? Why can i get values from databound and not from itemtemplate?
best Regards