Hi Christophe,
Thank you for posting.
As for this issue, I've also seen your former thread in the aspnet main
newsgroup. As I mentioned in that thread, the design-time attribute or
service interfaces in VS IDE are provided for web server controls rather
than template based controls. So for custom properties on Page class or
Usercontrol's derived class, they can not utilize the design-time features
(provided for webserver controls). We can find that for aspx page, its
properties in the design-time propertyGrid are mapped to certain @Page
directive attributes or aspx inline html content, rather than the inner
text as webserver control, so they're not using the same implementation as
webserver control.
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Christophe Peillet - 23 May 2006 12:23 GMT
Steven:
Thanks, as always, for your comments. Is there then no way to add a
property to the property explorer of an extended page at design time? I'm
surprised this functionality isn't more easily offered, since it can be
useful in a variety of circumstances, and extending the page class is a
fairly common procedure for enterprise-level solutions. How are the
properties that do get displayed set (such as Title) in Visual Studio (I
suppose I can use Reflector to look into this, but perhaps you know the
answer off the top of your head)?
Christophe
> Hi Christophe,
>
[quoted text clipped - 28 lines]
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
Steven Cheng[MSFT] - 24 May 2006 08:27 GMT
Thanks for your response Christophe,
As for those displaying properties of "Page" class such as "Title", they're
directly persisted in the aspx template of the webform( in @Page directive
or in the html content...). Also, I think most of such operations are
supported by the "WebFormDesigner" class attached to the "Page" class and
this class is quite complex and there is no definite document on this.
Therefore, the page (or usercontrol)'s design-time support are quite
different from server controls and we haven't any means to customize it so
far. However, as for a good comments I suggest you submit it to the MSDN
feedback site so that the dev team can acquire such feedback:
http://lab.msdn.microsoft.com/productfeedback/default.aspx
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)