|
|
|
start date: Fri, 25 May 2007 22:22:59 +0200,
posted on: microsoft.public.dotnet.framework.aspnet.buildingcontrols
back
| Thread Index |
|
1
Miguel
|
|
2
Teemu Keiski
|
User control events
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
Date:Fri, 25 May 2007 22:22:59 +0200
Author:
|
Re: User control events
What comes to event's appearance, see this post on Forums
http://forums.asp.net/t/1111477.aspx
--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
"Miguel" wrote in message
news:O$zO$pwnHHA.4220@TK2MSFTNGP04.phx.gbl...
> 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
>
Date:Sat, 26 May 2007 08:51:37 +0300
Author:
|
|
|