About 5,700 results
Open links in new tab
  1. Import CSV with Validation - social.msdn.microsoft.com

    Oct 7, 2021 · I used this http://ronaldlemmen.blogspot.com/2008/03/import-csv-file-to-datatable.html to upload csv to server and then convert it to a DataTable. Can you suggest a method to do this …

  2. ARM Templates - Error using secrets: "BadRequest - An invalid value …

    Using the portal I created the Key Vault and a secret. I exported the template to create the resource CI/CD and when deploying the following error message was displayed:

  3. C# Winform Datagrid slow performance in Calculation (Excel to Datagrid)

    Nov 20, 2018 · I have a Winform that I import an Excel file to a Datagrid that has around 2 dozen calculation on button clicks. The grid has around 8000 or more rows and error out, I can run 500 …

  4. Unique Identifier Column and SSIS Import? - social.msdn.microsoft.com

    Dec 14, 2009 · However, the SSID package to import the data from Excel (after having exported to Excel from Access) is failing because there is no Unique Identifier in the source data. I'm new …

  5. Getting System.Runtime.InteropServices.COMException (0x80040154): …

    Dec 28, 2011 · All I am trying to do is import data from an Excel (XLS) file into SQL Server 2005/2008. I have code that works perfect using OleDb on a 32-bit system. I need code to work on 64-bit system. …

  6. Pass Paramater from MVC Controller to Web API Controller

    Oct 7, 2021 · I called WebAPI from ajax and I passed parameter and its work.. but I want to pass parameter from MVC Controller ( Server Side ) to WebAPI Controller ??

  7. Extracting data from Excel to import to SQL

    Oct 7, 2021 · Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? What I'm …

  8. Importing Excel file with Dynamic Number of columns to SQL table

    Aug 27, 2009 · If you have both excel sheet and target table same column name (you need excel -table column mapping ) , you can Dynamic SQL to pickup the columns created have in the staging table …

  9. How to fetch data from db to an excel file and send as attachment

    Apr 25, 2023 · I am doing a project in C#/ASP.NET using VS2008. I need to send mail in that project. Also an attachment needs to be send along with the mail. In that attachment I need to show certain …

  10. Nested Json Deserialization to C# object and using that object

    Oct 7, 2021 · The quickest method of converting between JSON text and a .NET object is using the JsonSerializer. The JsonSerializer converts .NET objects into their JSON equivalent and back again …