Hi, friend:
Try this:
FormViewRow fr = ((FormView)Master.FindControl("FormView1")).Row;
if (fr.FindControl("TextBox1") != null) Response.Write(((TextBox)fr.FindControl("TextBox1")).Text);
Regards
Sincerely,
Allen Chen
Microsoft Online Community Support
Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
If my solution doesn't solve your problem, just feel free to mark it as not answer and reply.