TextBox txt = (TextBox)sender;
GridViewRow row = (GridViewRow)txt.NamingContainer;
 
Instead of GridViewRow, i NEED with FooterRow.