Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tbrentlong

    LoadControl missing?

    I found the solution. I was attempting to assign the control outside of a method. Oddly enough, this works in another app that I did using VB. I changed the line as shown below and moved the assignment inside of Page_Load: protected Header ucHeader; private void Page_Load(....) {...
  2. tbrentlong

    LoadControl missing?

    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...
  3. tbrentlong

    XSLTransform Parameters

    In case anyone runs into this error, I've found at least one answer to the problem. In my case, there was dynamic sorting in the template that could result in a blank name being specified for the sort select. In the prior version of XSL/XML, the error was ignored. The .net version barfs on it...
  4. tbrentlong

    XSLTransform Parameters

    I have an xslt stylesheet with the following params defined: <!-- Declare filter parameters. --> <xsl:param name=&quot;filterInactive&quot;>true</xsl:param> <xsl:param name=&quot;filterTimeframe&quot;>0</xsl:param> I attempt to populate them using the code below...
  5. tbrentlong

    newbie ? - Grouping with XSLT

    Thanks for the update. bl

Part and Inventory Search

Back
Top