Tagged Questions

0
votes
3answers
79 views

FindControl method cannot locate the control on the page

Hello everyone, Ive tried searching for hours now and cannot find out why my code (aka, me.) is failing Basically... I have a listview control which I'm passing a datatable of pr …
0
votes
3answers
127 views

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 and groom. The Reserve page wraps a few fields inside a couple …
0
votes
2answers
37 views

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 this.Master.FindControl("controlName") to access the control. Works fine. However, …
0
votes
1answer
222 views

ASP.NET 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 the .FindControl method but it's coming back null. The FormView is always …
0
votes
1answer
154 views

FindControl not finding dynamcily added user control in wizard control

I have a wizard control in wich I am adding a user control containing a simple table with some input fields based on users entry of how many children they have. ex: how many kids …
0
votes
1answer
413 views

Problem finding web control inside of Gridview TemplateField

Okay, so I'm having issues getting the value of a DropDownList that's inside of a TemplateField when updating my GridView. Originally I was using the RowCommand event to check the …
1
vote
3answers
2k views

[ASP.NET] 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 a Content Place Holder name "cphBody" in my Master Page, which will contain the …
0
votes
2answers
878 views

FindControl in DataList Edit Mode

As a new .net/C# web begginner, I always get tripped up when I try to use FindControl. Blam -flat on my face. Here is my current FindControl problem: I have an .aspx page and Form …
0
votes
1answer
362 views

Can’t find control in edit mode in DataList

private void BindDataList() { int userId = Convert.ToInt32(ProfileInfo.GetUserID()); DataList1.DataSource = CatalogAccess.GetAddressByUserID(userId); DataL …
0
votes
3answers
674 views

Finding control within WPF itemscontrol

Hi i have few a single textbox within the the datatemplate for itemscontrol. When i binf the itemcontrols to a observable collection i get two text boxes. But i need to do some man …
1
vote
2answers
613 views

Problem finding a control within a FormView from code-behind

Here the code behind... I'm trying to retrieve this control so I can add items to the drop down list (I'm retrieving the Role Groups to add to the drop down list in the code-behind …
1
vote
1answer
298 views

e.Item.FindControl throws Object reference not set to an instance of an object.

Here is the part of Repeater code that throws exception... "Computer.Administrators" is StringCollection object. Debugger shows that "AdminsEnumerator.Current" gets correct string …
2
votes
2answers
654 views

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. I can access them on the ItemDataBound event, but I was won …
0
votes
6answers
1k views

GridView FindControl returns null when HeaderText is set

I have a GridView... <asp:GridView EnableViewState="true" ID="grdResults" runat="server" CssClass="resultsGrid" …
0
votes
0answers
49 views

Error while using subsonic scaffold = “Multiple controls with the same ID .. were found. FindControl requires that controls have unique IDs. “

I get this error when i try and edit a row on the tables that have keys connecting to the "AvailableHostname" table. All other tables edit fine. How can i fix this? Thank you so mu …

1 2 next
15 30 50 per page