Why method FindControl() returns null on FormView until call DataBind().
FindControl()
null
FormView
DataBind()
After that it returns everything correct
Either explicitly call DataBind(), or place your code in the DataBound event of the FormView.