C
craigkenisston
Microsoft's datarepeater sample causes warning in the IDE.
Hi,
The code here :
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpgenref/html/cpconrepeaterwebservercontrol.htm
Causes the following warnings in the IDE :
"Within a server element, the element table its missing its closing
tag".
"Per active schema, the element 'tr' cannot be nested within 'p'"
and so on.
I guess these are normal, because they render well in the browser,
however, they're annoying since they avoid me to watch if I have real
errors.
Is there anyway to switch shut up the IDE about these specific messages
? May be I'm missing some misterious header tag.
Hi,
The code here :
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/cpgenref/html/cpconrepeaterwebservercontrol.htm
Causes the following warnings in the IDE :
"Within a server element, the element table its missing its closing
tag".
"Per active schema, the element 'tr' cannot be nested within 'p'"
and so on.
I guess these are normal, because they render well in the browser,
however, they're annoying since they avoid me to watch if I have real
errors.
Is there anyway to switch shut up the IDE about these specific messages
? May be I'm missing some misterious header tag.