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 ...
Also, the pages are set up so that they dynamically load any one of more than a hundred different user controls. The application was originally written in ASP.Net 1.0, and I think this was the ...