Microsoft's datarepeater sample causes warning in the IDE.

  • Thread starter Thread starter craigkenisston
  • Start date Start date
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,

I haven't tested it cause I do not have MSDN installed here ( will do
tomorrow ), but it seems that the html code indeed has problems, why don't
you do as the it said and remove the <p> tag


cheers,
 
Back
Top