How would I disable ViewState (EnableViewState="false") on one specific xml.config file that displays a large list of manufacturers?
Or edit the page directive.
I tried:
but that doesn't work...Code:<xsl:value-of select="<%@ Page EnableViewState='False' %>" disable-output-escaping="yes" />
Thx, _Brian