Tagged Questions

0
votes
3answers
45 views

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></itemtemplate> <footerTemplate> …
0
votes
1answer
18 views

Change text of a linkbutton in a repeater

I have a repeater which displays comments related to a post. I want to add some functionality where when the user click on the link it goes from: report this post to post has been flagged how do …
1
vote
2answers
47 views

change id of a server control in asp.net

Hai guys, I used find control to find a list item of an unoreder list inside a master page from content page using this, Control home = this.Page.Master.FindControl("list").FindControl("home"); …
0
votes
3answers
59 views

Have I to cache FindControl() result if I use it a number of times?

Does FindControl() work quick or not? Have I to cache a result using a property like this or not if I search and use the same control a number of time? private MyUserControl c; private MyUserControl …
0
votes
1answer
22 views

ASP.NET: How do I implement my own AssociatedControlID-like functionality?

I have two user controls A and B, where B depends on the existence of A in the same page. I'm trying to implement some functionality like this: <mine:A ID="IdOfTheAControl" runat="server" /> …
0
votes
3answers
237 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 products (ID, Name, …
0
votes
2answers
1k 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, then ajax …
0
votes
3answers
277 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 of panels, all …
0
votes
2answers
63 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, using the same code …
0
votes
5answers
2k 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
1answer
327 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 in Edit mode (so …
0
votes
1answer
208 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 do you have so I add …
0
votes
1answer
600 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 command name and …
2
votes
2answers
787 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 wondering how to get …
0
votes
0answers
61 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 much for your help in …

1 2 next
15 30 50 per page