You must use the FindControl method of the GridViewRow reference instead of the GridView itself. A GridView has many rows within it so it has no idea what row you are trying to retrieve your references from. What event are you using to try and retrieve your controls?
Thanks, Ed
Microsoft MVP - ASP/ASP.NET
Please remember to 'Mark as Answer' if this post answered your question!