Search

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

Matching Posts

  • Empty NodeLis issue

    Given the following physical XML file: <?xml version="1.0" encoding="utf-8"?> <objects xmlns=" http://www.fubar.net "> <description> This is the primary configuration file. </description> <import resource="assembly://MyCoolAssm.Config/SuperDuper.xml" /> <import resource="./Milk.Generated.xml" /> <import resource="./Sugar.Generated.xml" /> </objects> And the following code: StreamReader streamReader
    Posted to XML and XmlDataSource Control (Forum) by khaos on 7/30/2009
  • Re: Empty NodeLis issue

    Argh. The innerXML is complete. But the nodes are not to be found. I opened the xml in notepad and saved it UTF8. Still same results...
    Posted to XML and XmlDataSource Control (Forum) by khaos on 7/30/2009
  • Re: Empty NodeLis issue

    [quote user="Kulrom"] No please open it in your Visual Studio IDE and select the entire content. Ctrl+X (Cut) and then paste back so click Save. However i am able to parse your file AS IS. I am pretty sure that if you play with saving the xml data you will find the solution.The code i sent to you is 100% working. [/quote] I have done this as well with no success ... This should work exactly as you have it. I do not understand what is the issue. :( When I change the xpath query to xml.SelectNodes
    Posted to XML and XmlDataSource Control (Forum) by khaos on 7/30/2009
  • Re: AJAX toolkit accordion in web part

    Here are the steps I employed to fix my issue. Start Visual Studio 2008. Create a new dummy ASP.NET Web Application Project , and make sure you target the .NET Framework 2.0 (upper right dropdown of the New Project dialog). The name of this project is not important; you won’t need it anymore when we’re done. Copy the web.config of your SharePoint 2007 site, into the dummy Web Application project in Visual Studio. Open the Project Properties in Visual Studio (right click on the Project node in the
    Posted to Web Parts and Personalization (Forum) by khaos on 5/4/2009
  • Re: No errors but no AJAX behaviors or interactions either

    Here are the steps I employed to fix my issue. Start Visual Studio 2008. Create a new dummy ASP.NET Web Application Project , and make sure you target the .NET Framework 2.0 (upper right dropdown of the New Project dialog). The name of this project is not important; you won’t need it anymore when we’re done. Copy the web.config of your SharePoint 2007 site, into the dummy Web Application project in Visual Studio. Open the Project Properties in Visual Studio (right click on the Project node in the
    Posted to ASP.NET AJAX UI (Forum) by khaos on 5/4/2009
  • No errors but no AJAX behaviors or interactions either

    I´m developing a web part for SharePoint 2007 with VS2008 .NET 3.5 using AJAX and the AJAX control toolkit. Controls appear without errors as desired but there are no AJAX behaviors. Its like there is no interaction. Symptoms: Update panels cause full post back, accordion control only shows the panel set in the script or code behind and clicks on other headers are ignored. Any ideas. My humble thanks in advance,
    Posted to ASP.NET AJAX UI (Forum) by khaos on 5/4/2009
  • AJAX toolkit accordion in web part

    I have an accordion control on my web part. The issue is that clicking to change panes does NOT do anything. I can set the selectedindex in code and the panes. But the control itself will not change panes. This code works when used in a Page vs a WebPart. Here is the code: #region using System; using System.Data; using System.Drawing; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using AjaxControlToolkit; using Microsoft
    Posted to Web Parts and Personalization (Forum) by khaos on 4/30/2009
  • Re: Rename .exe

    Are there any other processes. Chron jobs or scheduled tasks that look for the exe named as it is now. HTH,
    Posted to Free For All (Forum) by khaos on 4/30/2009
  • Re: SharePoint webpart with AJAX ToolKit woes

    Resolved: Deployed toolkit to GAC. Most likely could have added the toolkit to SafeControls section in the the SP web.config
    Posted to Web Parts and Personalization (Forum) by khaos on 4/29/2009
Page 1 of 66 (655 items) 1 2 3 4 5 Next > ... Last »