About 50 results
Open links in new tab
  1. Update one column in CSV File C# - social.msdn.microsoft.com

    Oct 7, 2021 · I want to update one column (3rd column) based on condition from database in CSV File.

  2. SQL INSERT not inserting into table rows

    Feb 5, 2017 · When i run this block of code it is not inserting the data from the textboxes into the database table. When i view the table data the rows are blank, plus the search box is looking for …

  3. Excel subtotal - social.msdn.microsoft.com

    Dec 11, 2007 · However, Excel doesn't always write good macro and likes to use Selection. ie: Cells.Select - why would you select all cells in a sheet when your data to subtotal only occupies part …

  4. MSDN

    MSDN

  5. Connect to Service using Named Pipes - social.msdn.microsoft.com

    Dec 11, 2016 · You are probably not going to find a whole lot in VB although you can search for articles using Bing or Google about various solutions using WCF with VB. But most of it is going to be C#.

  6. Re Unable to set Background Color for NULL values in SSRS report

    Question 0 Sign in to vote Hi, I have a requirement to set Red colour for NULL values Design below: I am using below expression: =IIF (IsNothing (Fields!Outcome.Value), "Red", "Transparent")

  7. help with Crystal Reports - social.msdn.microsoft.com

    Jun 19, 2008 · At runtime I modified the MDB_PATH for each table used in the .rpt Crystal Reports' report file.

  8. Dictionary Values copy - social.msdn.microsoft.com

    Jun 19, 2008 · Here is my code to make a duplicate value copy of all the Values in a dictionary instance -- not just reference. So, I use CopyTo method.

  9. RSS Connection failed - social.msdn.microsoft.com

    Mar 27, 2020 · Trying to do the "Quickstart" project for building a logic app using Visual Studio and can't get to first base. Just says Create simple connection failed as soon as I select the RSS feed …

  10. Visual Web Part and HTML5 Tags - social.msdn.microsoft.com

    Nov 2, 2012 · I am currently deploying a Visual Web Part in a Publishing site page. Inside of the Visual Web Part, I have an UpdatePanel and PlaceHolder to which I have added some test HTML5 markup: …