I need to programatically load a control so that I can set properties and have it rendered appropriately. However, when I attempt to LoadControl, I get the following error:
"An object reference is required for the nonstatic field, method, or property...
I have an xslt stylesheet with the following params defined:
<!-- Declare filter parameters. -->
<xsl:param name="filterInactive">true</xsl:param>
<xsl:param name="filterTimeframe">0</xsl:param>
I attempt to populate them using the code below...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.