Hi vikas
you want to access the textbox control value inside the user control. check this line of code
TextBox TextBox1=((TextBox)usercontrol1.FindControl("TextBox1")).Text ;