---
title: "problem in access the control inside the user control"  
description: "problem in access the control inside the user control"  
author: "Anonymous User"  
published: 2011-08-24  
updated: 2011-08-24  
canonical: https://www.mindstick.com/forum/294/problem-in-access-the-control-inside-the-user-control  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# problem in access the control inside the user control

[problem](https://yourviews.mindstick.com/view/81399/tackling-the-problem-of-unemployment-during-corona-pandemic) in [access](https://www.mindstick.com/articles/12994/how-foreigners-can-access-blocked-websites-in-china) the [control inside](https://www.mindstick.com/forum/136/how-to-find-control-inside-of-repeater) the [user control](https://www.mindstick.com/forum/297/user-control-in-asp-dot-net-mvc)\
\
we want to get the [value](https://www.mindstick.com/articles/23219/an-optimized-description-adds-value-to-experience-and-in-turn-effectively-guest-posting-packages) of [textbox control](https://www.mindstick.com/forum/155820/how-to-generate-textbox-control-using-htmlhelper-in-razor-view) which are exist inside the user control, its id is "usercontrol1"\
\
please give the [right](https://www.mindstick.com/articles/12766/check-whether-you-are-doing-digital-transformation-right-or-not) solution\
thanks

## Replies

### Reply by Amit Singh

Hi vikas

you want to access the [textbox](https://www.mindstick.com/forum/12714/dynamic-textbox-in-gridview) [control](https://www.mindstick.com/blog/197/asp-dot-net-repeater-control) value inside the [user](https://www.mindstick.com/articles/13001/multi-statement-table-valued-user-defined-function-in-sql-server) control.\
check this line of code

## TextBox TextBox1=((TextBox)usercontrol1.FindControl("TextBox1")).Text ;


---

Original Source: https://www.mindstick.com/forum/294/problem-in-access-the-control-inside-the-user-control

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
