S
Stephen Woolhead
I have several user controls that share a common boarder, so I would like to
remove it and place it in a base class.
For this example, I just want to wrap the ascx in a div. I have derived the
ascx control from my base class that in turn inherits from UserControl.
How is the best way to do this? I could just render the tags by hand in the
render method, but I need access to things like the uniqueId.
Thanks
Stephen.
remove it and place it in a base class.
For this example, I just want to wrap the ascx in a div. I have derived the
ascx control from my base class that in turn inherits from UserControl.
How is the best way to do this? I could just render the tags by hand in the
render method, but I need access to things like the uniqueId.
Thanks
Stephen.