M
msmail.microsoft.com
Hi,
UserControl inherits from TemplateControl which implements the
NamingContainer interface.
This causes all the controls inside a UserControl to have unique names. If
my project, this is Not A Good thing, as I need the names of the form
controls to be what I set them to be and not be changed.
Does anyone have any idea how to eliminate this behavior?
Thanks,
s
UserControl inherits from TemplateControl which implements the
NamingContainer interface.
This causes all the controls inside a UserControl to have unique names. If
my project, this is Not A Good thing, as I need the names of the form
controls to be what I set them to be and not be changed.
Does anyone have any idea how to eliminate this behavior?
Thanks,
s