About 50 results
Open links in new tab
  1. 'http://schemas.microsoft.com/WebParts/v2/DataView/runtime' does …

    Sep 24, 2009 · I'm using ddwrt because I'd like to open a file in its native environment for editing (when applicable). If you covert a list view to XSLT, the link to a file has the ...

  2. MSDN

    MSDN

  3. Using sql:variable in an insert statement

    Mar 13, 2014 · I'm writing an insert statement for a table with an XML column. Most of the XML is static, but I need to replace the value of an element with the value of a T-SQL variable, as shown here:

  4. What's xmlns:xsi in a XML document - social.msdn.microsoft.com

    Jan 2, 2009 · xsi is usually the prefix for namespace XMLSchema-Instance which contains several built-in attributes that can be used in any XML and XSD files.

  5. Calling a WebService WebMethod using WebClient Class …

    Jul 31, 2008 · Notice that if you're using WebClient, you really need to format the request just like the service expects it. If you want just to send the parameter, you should add a service reference to the …

  6. Send a soap request in C# - social.msdn.microsoft.com

    Oct 7, 2021 · I have a web service that I'd like to be able to send a soap request to and basically print out the values that are returned.

  7. wsdl, Unable to import binding from namespace.

    Apr 1, 2010 · Unable to import binding 'BarSOAPBinding' from namespace 'http://example.org/bar/'.

  8. DISKSPACE () trouble - social.msdn.microsoft.com

    Dec 27, 2005 · Part 2: Thinking this Treeview might be about Xlplorer like view here is a derivative of code originally published in universalthread magazine June 2001 edition (passing a provider class …

  9. GetCustomListTemplates returns 0 values

    Jan 22, 2010 · I have found following code to receive all CustomListTemplates automatically, but the count method returns always 0.

  10. How to convert 2 digit Year value to 4 digit with correct century in sql..

    Feb 3, 2017 · However, there will be a problem in cases like this: 18-Sep-01 (10-Sep-2001), that would be converted to: Sep 10, 1901 Marked as answer bySravan_SQLFriday, February 3, 2017 10:58 AM