Tagged Questions

1
vote
3answers
486 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
151 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; ...