Search

You searched for the word(s): userid:628645

Matching Posts

  • Re: XslTransform to XslCompiledTransform Question

    I forgot to mention that sourceDoc is an XPathNavigator object
  • XslTransform to XslCompiledTransform Question

    in the following 1.1 code, I understand it all. However I am at a loss migrating it to 2.0 private XslTransform xslTransform = null; private XPathNavigator sourceDoc = null; private XsltArgumentList argLst = null; private XPathDocument xsltDoc = null; private XmlResolver xmlResolver = null; public void LoadXSLT( Stream streamObj ) { XmlTextReader xmlReader = new XmlTextReader ( streamObj ); this .xsltDoc = new XPathDocument ( xmlReader, XmlSpace .Preserve ); xmlReader.Close(); this.xslTransform
  • Re: RTM deployment requirements and questions

    My big dumb mistake... Ok rule #1 dont use copy/paste to your bin directory without looking carefully at the files. In C:\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.61025 there is the AJAXExtensionsToolbox.dll that is used for IDE support. I made the mistake of copying it to my bin directory. DOOH!!
  • Re: RTM deployment requirements and questions

    Why does the following assemblieg get added to the web.config and where can I get an MSI that has these? I dont see why they are being included anyway. When I use Refelector on System.Web.Extensions and System.Web.Extensions.Design, I dont see any of these as dependancies. As far as where are the files other than in the GAC, look in Program Files\Microsoft ASP.NET\ Microsoft.VisualStudio.ProjectAggregator Microsoft.VisualStudio.VSHelp stdole Microsoft.VisualStudio.Shell Microsoft.VisualStudio.Shell
  • Re: Atlas to AJAX migration woes

    I realized that I had not installed the Jan Features CTP, so with that and a change to the following, I have it working this .orgTextEditBox = new Sys.Preview.UI.TextBox( $get( '<%= this.orgInfoValue.ClientID %>' ) ); this .orgTextEditBox.initialize(); Now for a Select option box aka dropdown, it is working, however, the set_enabled() isn't working.I have the following dataLst.set_enabled(bOption), so it looks like I need to do something else. Any ideas?
    Posted to ASP.NET AJAX UI (Forum) by bgauvey on 1/29/2007
  • Atlas to AJAX migration woes

    I have quite a bit of client side code that uses the Sys.UI namespace. Where is Sys.UI.TextBox and Sys.UI.Select? I read a document a few months ago about these being moved, but for the life of me I can not lacate them. this .orgTextEditBox = new Sys.UI.TextBox( $( '<%= this.orgInfoValue.ClientID %>' ) ); this .orgTextEditBox.initialize(); Now this code will not work, what do I need to do to get back ontrack? Thanks, Bill
    Posted to ASP.NET AJAX UI (Forum) by bgauvey on 1/29/2007
    Filed under: Atlas, migration, ajax
  • ASP.NET Wizard Control default button

    When a step renders the "Previous" button is defaulted. Is there a way I can set the "Next" button as default? Thanks
    Posted to Web Forms (Forum) by bgauvey on 2/8/2006
  • Re: ClientSide Validation Problems

    Thas seems to work. Thanks
    Posted to Client Side Web Development (Forum) by bgauvey on 1/27/2006
  • ClientSide Validation Problems

    I have a page that has quite a bit of javascript for enabling (radio) options based on selected values in a CheckBoxList. If a RadioButtonList is enabled on page load, then so is the corresponding RadioButtonListValidator. If I unselect the associated CheckBox, the RadioButtonList is disabled and unselected using the javascript. The problem that I am having is that the RadioButtonListValidator; thank you Donny Mack; still validates when the RadioButtonList has been disabled using the javascript.
    Posted to Client Side Web Development (Forum) by bgauvey on 1/27/2006
  • Wizard Control cannot move to previous

    I dynamically create the wizard steps of a wizard to create an online assessment and all works fine. If the user stops in the middle of the assessment, the step index is remembered so that when he logs in again he can resume. The current scenario has 16 steps, I have completed 12 of the steps so when I log in, I can resume on step 13. When the wizard is rendered, the ActiveStepIndex is set to 13. I click the previous button, the NextStepIndex and CurrentStepIndex both have the value of 13 and the
    Posted to Web Forms (Forum) by bgauvey on 1/25/2006
Page 1 of 2 (20 items) 1 2 Next >