Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • if you have two controls with the same Id it will find two of them and not know which one to use, makes sense right? I think this is your problem here Commented Aug 20, 2015 at 11:52
  • @Gwny: Agreed. But the C# code runs in the user control's code behind. So all it should see is its on control. Right? If it is able to view something else then I think this is an issue. Commented Aug 20, 2015 at 11:57