Gridview:

I would like to use two (or more itemtemplates) having a label named like
Label1.

I find it odd that FindControl() on a CELL object (RowDatabound event) can
not distinguish the correct controls.
It seems to use the whole row to look for a control.

It would save time if i could use this without renumbering and preparing a
counter to enumerate the controls from event code.

??