aspx thread: Server custom controls' design time visibility
I have created a custom server control that inherits WebControl, and it works fine, only in design time I cannot seem to see the rendered control. If if define the class to inherit from TextBox, I see a textbox, and the same goes for DropDownList or other pre-defined WebControl.
|





