Top "Findcontrol" questions

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

Access Control inside GridView Pager Template - ASP.NET

I am trying to access a LinkButton that is inside a PagerTemplate in a GridView. However, I am getting a …

asp.net gridview findcontrol custompaging
Find Control Asp.net

I have created <input type="checkbox" id="test" > using literal. Now i want to get this control so …

asp.net findcontrol
FindControl Returning Null

I am trying to contol a buttons state depending on a relevant text box. The names are the same other …

c# asp.net null findcontrol
How to get items row id of repeater when user clicks rows linkbutton control

I have a repeater, nested with Html table rows: <asp:Repeater ID="Repeater1" runat="server" OnItemDataBound="Repeater1_ItemDataBound"> &…

c# asp.net repeater findcontrol
Find Control using javascript inside an ASP:Login control

I have an ASP Login control box on the page which is customized. Inside the Login control we have Username …

javascript asp.net findcontrol login-control
How can i find a control in the footer template of a data repeater

ASPX : Code <asp:repeater id="repeater" runat="server"> <headerTemplate></headerTemplate> <itemtemplate></…

c# .net findcontrol datarepeater
ASP.net .FindControl() and GridView returning null

I have looked over the pages on the site, but cant seem to find something general enough for my problem, …

c# asp.net gridview findcontrol
How do I find a ClientId of control in a Listview?

This question is very similar to How do I find the Client ID of control within an ASP.NET GridView? …

javascript asp.net listview findcontrol
Finding user control in TemplateField of DetailsView

I have a DetailsView that I'm posting back - and inside of that is a UserControl. I'm having some difficulty …

c# asp.net .net detailsview findcontrol
Can't find controls in FormView.InsertItemTemplate even on DataBound event

I have FormView in my page markup: <asp:FormView ruanat="server" ID="FormView1" DataSourceID="SqlDataSource1" OnDataBinding="FormView1_DataBinding" OnDataBound="…

.net asp.net formview findcontrol databound