I need to test if the textbox was found in the gridview. txt1 = gv1.Rows(gv1.EditIndex).FindControl("TextBox1") this is how I'm searching for it how can I see if the control textbox1 was found or not? thx BiG RaLpH
I need to test if the textbox was found in the gridview. txt1 = gv1.Rows(gv1.EditIndex).FindControl("TextBox1") this is how I'm searching for it how can I see if the control textbox1 was found or not? thx BiG RaLpH