About 316 results
Open links in new tab
  1. Linking Excel Data to MS Visio Flowchart - social.msdn.microsoft.com

    Mar 16, 2009 · To Summarize I would like to be able to list the steps of a process in Excel, and import the excel sheet into Visio. Finally I would like Visio to generate a flow chart based off of …

  2. return data from web api post action - social.msdn.microsoft.com

    It supports content negotiation ie on tne client side you can ask for XML or Json for example and it will return what you asked (could could plug custom formatters as well). Get or post is about …

  3. Fix for Deserialization of Untrusted Data

    I have a generic deserialization code at my utility class. Below is the code sample. When we performed security scan on our code, we got the 'Deserialization of Untrusted Data' …

  4. Parsing a string of variable length - social.msdn.microsoft.com

    Jan 1, 2011 · I have a string in each row of my data that I need to parse into the components that each part represents. The string is of variable length, such that a different number of resulting …

  5. Export to Excel with Heading.. - social.msdn.microsoft.com

    Sep 30, 2011 · I am in process of creating a SSIS package where in , I need to export the table data into an excel and save that excel in a shared location. I am successfully able to create …

  6. use of array to compare cell values and changing another column …

    Jan 22, 2016 · I have made a dynamic array of the DB names using vbscript. Want to highlight the rows from A7:A30 based on each database names in the array, dynamically. I have written the …

  7. The 'ObjectContent`1' type failed to serialize the response body …

    Aug 11, 2014 · "ExceptionMessage=The 'ObjectContent`1' type failed to serialize the response body for content type 'application/json; charset=utf-8'.". It works fine if the value assigned to …

  8. Datatables warning : Requested unknown parameter

    Oct 7, 2021 · As @bruce said, you don't need to convert the list collection into json format again in GetEmployeeRecord method, because the return type of your method at this time is …

  9. How to Export A SharePoint List View to Excel Programmatically

    Jul 16, 2012 · I am working on a custom web part that will be used to create SharePoint List Views based on date range. I have all the code in place for this feature and it works as …

  10. SaveCopyAs () functionality that exists in Excel object in Word object

    Apr 6, 2007 · So, my question is, how can I replicate the SaveCopyAs (..) functionality that exists in the Excel.ActiveWorkbook object, in the Word.ActiveDocument object? I am using c#, and …