L
leodippolito
Hello sirs,
I have developed a custom webcontrol, that can be used in a webform.
The custom control inherits from TextBox webcontrol.
I need to have a public property in this custom control that will show
as a dropdown list in the "Properties" window of Visual Studio IDE.
The options for selection in this dropdown would be the
variables/objects declared in the webform, that is, the parent
container of the custom control.
My problem: I don't know how to do this.
Is there any hint, advice, sample, start point to give me?
TIA,
Leonardo
I have developed a custom webcontrol, that can be used in a webform.
The custom control inherits from TextBox webcontrol.
I need to have a public property in this custom control that will show
as a dropdown list in the "Properties" window of Visual Studio IDE.
The options for selection in this dropdown would be the
variables/objects declared in the webform, that is, the parent
container of the custom control.
My problem: I don't know how to do this.
Is there any hint, advice, sample, start point to give me?
TIA,
Leonardo