Tagged Questions

2
votes
5answers
3k 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 contains a User ...
1
vote
3answers
468 views

Resolving viewstate/namespace conflicts

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 loads different content ...
1
vote
1answer
145 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 ImageButton _ImageButton; ...