M
Miguel
Hi
I have builded some user controls in asp.net and works fine. These contros
have public properties, that I can view and modify at design time in the
properties panel. Both, properties and events, have the
[System.ComponentModel.Browsable(true)] attribute.
But, the events don't appear in de properties panel.
Also the [System.ComponentModel.DefaultValue("MyValue")] attribute for the
properties have not effect and I must assign these values at runtime
Any Idea?
best regards
Miguel
I have builded some user controls in asp.net and works fine. These contros
have public properties, that I can view and modify at design time in the
properties panel. Both, properties and events, have the
[System.ComponentModel.Browsable(true)] attribute.
But, the events don't appear in de properties panel.
Also the [System.ComponentModel.DefaultValue("MyValue")] attribute for the
properties have not effect and I must assign these values at runtime
Any Idea?
best regards
Miguel