Re: Derived BulletedList
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Thu, 08 Mar 2007 03:40:08 GMT
Hi Andrew,
Regarding on the custom BulledList control that need an additional <div>
wrapper tag, I think your current implementation is reasonable. As for the
design-time error, it is actually due to the schema validation. Since your
custom BulletedList control's control tag hasn't been in the built-in aspx
control schema, when you add <asp:ListItem> tags into your custom
<cc1:MyBulletedList> tag, the IDE will report such design-time validation
error. This is an expected behavior for most custom controls which will
include other built-in control's inner tag as its own child tag element.
Anyway, I think you can simply ignore it as the runtime control since it
doesn't affect any of the runtime control lifecycle or processing.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- Derived BulletedList
- From: J055
- Re: Derived BulletedList
- From: J055
- Derived BulletedList
- Prev by Date: Re: Listbox Multiselect as filter for Gridview
- Next by Date: RE: Menu item dynamic text
- Previous by thread: Re: Derived BulletedList
- Next by thread: RE: Menu item dynamic text
- Index(es):
Relevant Pages
|