Hi I downloaded some free eworld.ui .NET controls, added the control to the
toolbox and then added the reference to the dll. The problem is that in HTM
L
the properties of the downloaded control, calendar control are
(red)underlined and puting the cursor over the line displays the message,
this active schema does not support the element TextboxLabelStyle, for
example.
The calender control seems to be operating correctly.
Thanks.
--
Paul G
Software engineer.You can simply ignore that message!
It just says the HTML schema you are using has not TextboxLabelStyle.
It is because a line like this in your aspx page:
meta content="http://schemas.microsoft.com/intellisense/ie5"
Saber S.
http://maghalat.com (Persian)
"Paul" <Paul@.discussions.microsoft.com> wrote in message
news:D7721818-DAB6-4626-881F-7BBC05E73CE8@.microsoft.com...
> Hi I downloaded some free eworld.ui .NET controls, added the control to
> the
> toolbox and then added the reference to the dll. The problem is that in
> HTML
> the properties of the downloaded control, calendar control are
> (red)underlined and puting the cursor over the line displays the message,
> this active schema does not support the element TextboxLabelStyle, for
> example.
> The calender control seems to be operating correctly.
> Thanks.
> --
> Paul G
> Software engineer.
ok thanks for the information.
"Saber" wrote:
> You can simply ignore that message!
> It just says the HTML schema you are using has not TextboxLabelStyle.
> It is because a line like this in your aspx page:
> meta content="http://schemas.microsoft.com/intellisense/ie5"
> --
> Saber S.
> http://maghalat.com (Persian)
> "Paul" <Paul@.discussions.microsoft.com> wrote in message
> news:D7721818-DAB6-4626-881F-7BBC05E73CE8@.microsoft.com...
>
>
Try adding this meta tag to the header:
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
Visual Studio usually puts it in for you when you use it to create a
web forms page.
will give it a try, thanks for the information.
"Liz Patton" wrote:
> Try adding this meta tag to the header:
>
> <meta name="vs_targetSchema"
> content="http://schemas.microsoft.com/intellisense/ie5">
>
> Visual Studio usually puts it in for you when you use it to create a
> web forms page.
>
No comments:
Post a Comment