Top "Findcontrol" questions

A method on the Control class in the .NET framework that finds a control from its id.

How to find Control in TemplateField of GridView?

How does FindControl method works if I need to find any Control which is inside GridView Template, more specifically ItemTemplate? …

c# asp.net gridview findcontrol templatefield
Better way to find control in ASP.NET

I have a complex asp.net form,having even 50 to 60 fields in one form like there is Multiview, inside MultiView …

asp.net findcontrol
How to find controls in a repeater header or footer

I was wondering how one would find the controls in the HeaderTemplate or FooterTemplate of an Asp.Net Repeater control. …

asp.net controls repeater findcontrol
ASP.Net FindControl is not working - How come?

I have used FindControl in the past, prior to .NET 2.0/3.0. It seems like now, for some reason, the ID's of …

c# .net asp.net findcontrol
Using FindControl() to find control

I have a Literal control that I am trying to locate so I can insert text into it. I have …

c# asp.net findcontrol
Find a control on a page with a master page

I have to find a Control in an aspx page bound to a master page. The master page contains: <…

c# asp.net findcontrol master-pages
Access a content control in C# when using Master Pages

Good day everyone, I am building a page in ASP.NET, and using Master Pages in the process. I have …

asp.net master-pages findcontrol
c# - error using FindControl on div id

I have an ASP.NET site that I am trying to access div elements by their ID from the C# …

c# asp.net findcontrol
Finding control within WPF itemscontrol

Hi i have few a single textbox within the the datatemplate for itemscontrol. When i bind the itemcontrols to a …

wpf itemscontrol findcontrol