I'd like to create my own control that inherits from a textbox and has a default value for the Text property. However, I'd also like the developer using my control to be able to override my default value in HTML. The problem is that the text inserted by the developer into the Text property is being overwritten by my default value. I'm setting the default value in the init event. Is this the correct place?
Adam
Adam