Allora vediamo di tornare alla normalità!

ho fatto:
codice:
string tg = DirectCast(e.Item.FindControl("lbl1"), Label).Text;
E ho BEN 2 errori...

Su directcast dice: The name 'DirectCast' does not exist in the class or namespace...
Su Label dice: 'System.Web.UI.WebControls.Label' denotes a 'class' where a 'variable' was expected