Ask a Question related to ASP Components, Design and Development.
-
Sacha Vieux-Roy #1
Implementing Control Designer Class for Composite Server Control
I created a custom composite server control with 2 literals and 1 text box.
The control displays fine in internet explorer, but doesnt display properly
in designmode. I attempted to create a control designer class so the
composite control would be rendered properly in designmode. I tagged the
class of my composite control with the DesignerAttribute and
DesignerCategoryAttribute. In Designmode, the composite control doesn't show
any error indicators but doesn't render properly.
Are there VB Server control examples that implement Control Designer classes
that I can download?
Sacha Vieux-Roy Guest
-
Using a RadioButtonList Server Control in a Composite Control
Hi There, I have a composite server control that wrapps a RadiobuttonList. Which is populate from a Collection of Objects. The control is... -
Composite control and designer-generated code for nested events
My composite control has a private System.Web.UI.Button member, which is exposed by a read-only public property "Button". In design-time, when I'm... -
Composite Control Designer Question
I have built a composite control that consists of a textbox and a button that performs a whois lookup. How do i get the control to update its... -
Possible to create a composite control that has a child control that is a validator that validates the composite control itself?
I am attempting to create a composite control which has a label, followed by an optional error message, followed by two text boxes. I have... -
Composite Control Designer
i have following sample Control public class MyControl: System.Web.UI.Control { MyCollection values_ = new MyCollection (); public... -
Tom Kaminski [MVP] #2
RE: Implementing Control Designer Class for Composite Server Control
"Sacha Vieux-Roy" wrote:
Wrong forum - you'll get a better response in a .net newsgroup ...> I created a custom composite server control with 2 literals and 1 text box.
> The control displays fine in internet explorer, but doesnt display properly
> in designmode. I attempted to create a control designer class so the
> composite control would be rendered properly in designmode. I tagged the
> class of my composite control with the DesignerAttribute and
> DesignerCategoryAttribute. In Designmode, the composite control doesn't show
> any error indicators but doesn't render properly.
> Are there VB Server control examples that implement Control Designer classes
> that I can download?
Tom Kaminski [MVP] Guest



Reply With Quote

