I should have read a little more before posting in exasperation (see
below). I still think having the innards of the UserControl exposed in the
Controls collection is a bad idea that goes against Encapsulation,
Component "black box" theory, etc.
What I should have read more carefully is this. My
[DOTNET] Usercontrol Encapsulation Member Hiding Question
I'm probably in a hurry and missing something obvious, but I'm having
trouble encapsulating everything I need to in a user control.
Suppose I have a UserControl consisting of 3 textboxes (First, Middle,
and Last Name, for inst
I'm probably in a hurry and missing something obvious, but I'm having
trouble encapsulating everything I need to in a user control.
Suppose I have a UserControl consisting of 3 textboxes (First, Middle, and
Last Name, for instance). I have nice layout and validation logic
contained within the co