Tagged Questions

0
votes
2answers
50 views

ASP.NET DataSource Control “does not have a naming container” exception

I've been getting this exception in my code and wondered if anyone could help me out. I have a Repeater Control bound to an ObjectDataSource, and the itemtemplate for the repeater …
1
vote
3answers
49 views

Resolving viewstate/namespace conflicts

Hi, I have a listbox control. When the user clicks it, it tells a custom control to use a certain ID to use. The custom control draws the same thing everytime(dynamically), just l …
1
vote
1answer
48 views

Naming container not getting “set” in extenders

I think I might know the cause, but not how to fix it without a lot of code rewriting(which I prefer to avoid). I have public class datecontrol : basecontrol { private Image …
0
votes
2answers
149 views

Custom Naming Container for ASP.NET GridView?

I'm looking for information on how to implement a custom naming container for the items in a GridView. My issue is that I have a GridView with a cell for each day of the week, and …