Top "Findcontrol" questions

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

What can cause FindControl() to throw a NullReferenceException?

I have a user control I'm building (ASP.NET 3.5, using C#). This control is largely based on another, similar control (…

c# .net asp.net nullreferenceexception findcontrol
asp.net/VB.net: FindControl, instead of by ID by ControlType

i need to find a control in a repeater in my asp.net application. At the moment I'm using FindControl("…

asp.net vb.net types repeater findcontrol
Nested Masterpages and .FindControl

On one site, I'm only using a single level Masterpage and in a page using that master, I can do …

c# asp.net master-pages findcontrol