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 hope I can explain this clearly. I've got a user control that is dynamically loaded into an ASPX page. The control has validators on it that verify various fields. When the submit button is clicked, ...