Hi I am hoping for some help.
I have created a composite control that has some basically functions. I would like to be able to take that composite control and reuse the code.
How do I do this? I have created a class and inheriated from my cc
public class PasswordTextBox : RoundedTextBox
now if I add another property to the new cc everything is over however nothing is rendered on the page.
What extra steps do I need to do?