arsheena.alam 0 Light Poster

I have created a user control and i am using it in login view control.
to get the value in the textbox the code is

TextBox mytext = (TextBox)LoginView1.FindControl("mycontrolname");

but when i try to do the same with usercontrol it is not working;
ie. I am unable to create object of my usercontrol (my usercontrol are client control)