Top "Findcontrol" questions

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

Get Values in GridView textbox TemplateField

I have an asp.net page called Default.aspx, and it's master page is Site.master. In the Default.aspx, …

asp.net vb.net gridview findcontrol
Find control in devexpress gridview Templates DetailRow

I want to find control in my gridview.Template detail row by id bool IsAllAud = false; var item = (CheckBox)VendorsGrid.…

c# asp.net .net gridview findcontrol
populating a text box with FindControl

I have multiple textboxes and I want to programatically populate them with the same method. <asp:Content ID="Content2" …

c# asp.net findcontrol
Using FindControl: Accessing Controls in a Formview

I'm developing a simple Wedding List application, where guests can reserve the present they want to buy for the bride …

asp.net formview findcontrol
Get DateTime Value from TextBox in FormView

I need to find a value in a TextBox, contained within a FormView which holds a short date. DateTime LastPayDate = (…

c# asp.net datetime formview findcontrol
.FindControl always returns null

I have two methods. The first creates one table dynamically, and I add that table into a PlaceHolder. private void …

c# asp.net findcontrol
FindControl() return null

I trying to create application whad add controlls dynamicaly. I have masterpage, my asp:Content is here: <asp:Content …

asp.net findcontrol dynamically-generated
FindControl - can't find dropdownlist

I have a dropdownlist: <asp:DropDownList ID="ddlGoalKeeper" runat="server"> </asp:DropDownList> A nice little one. …

c# asp.net drop-down-menu findcontrol
FormView.FindControl(): object reference error

I have a formview that has several textboxes inside of tr/td's. I'm trying to get the textboxes by using …

c# asp.net .net formview findcontrol
can't find control in FormView?

I need find this <a> tag resided in a FormView control, I need to remove this a tag …

c# asp.net formview findcontrol