A
asapjim
Hi, I have created a custom control for use in asp.net projects using vb.net
and visual studio 2003. The control is working, however, on the HTML pane of
the aspx page I am receiving red underlines on all of the template
declarations with the message:
the active schema does not support the element 'HeaderStyle'
The message applies to ItemTemplate, AlternatingItemStyle, etc.
My control Inherits from System.Web.UI.WebControls.DataList and implements
IPostBackHandler.
Is there another interface I need to implement or method I need to override
in order to resolve this?
and visual studio 2003. The control is working, however, on the HTML pane of
the aspx page I am receiving red underlines on all of the template
declarations with the message:
the active schema does not support the element 'HeaderStyle'
The message applies to ItemTemplate, AlternatingItemStyle, etc.
My control Inherits from System.Web.UI.WebControls.DataList and implements
IPostBackHandler.
Is there another interface I need to implement or method I need to override
in order to resolve this?