perhaps my understanding is still coming along, being new to OO, but why are UserControls abstract by default in VS.net? i thought abstract meant a class that could only be used as a parent and not ...
I've made an ASP.Net user control that accepts a generic type. Because of this, I have to dynamically add the control to the page. I've decided to use a PlaceHolder to do this. However, I cannot get ...