Inherit control and design it

RonQ

Freshman
Joined
Dec 11, 2003
Messages
28
Location
Argentina
Hello,
I've made a control (two textboxes in a table), now I want to inherit that control and create two new controls adding to those textboxes a listbox in one case and a checkbox in another, for example.
But when I inherit the control I can't see the original design, I can access the controls in the base class but only by code, I can't see them, and if I compile and show the child control in a page, the base control doesn't apear, I get an empty page (since the child control is empty).

What I'm doing wrong?

Thanks,
Ronq.
 
Back
Top