About 7,540 results
Open links in new tab
  1. Create a table in SQL Server, Export tables from Microsoft Excel to ...

    Mar 28, 2014 · 2- I have to import data/ tables from Microsoft Excel or Access to Microsoft SQL Server. Should I use Microsoft Visual Studio to move data from Excel or Access? 3-I should populate the …

  2. call C# function using json - social.msdn.microsoft.com

    Oct 7, 2021 · I have a dropdown box on my aspx page, I would want o pupulate it using jquery's json of calling a method. I do not want to call a webservice method. I have a class, in C# and want to call a …

  3. Overwrite data in Excel Destination - social.msdn.microsoft.com

    Sep 29, 2009 · The task I am trying to accomplish is to take an existing Excel 2003 file that has one sheet with data and another with a pivot table that pulls from the data sheet and refresh data sheet …

  4. 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 …

  5. What is JObject alternative in System.Text.Json?

    Oct 7, 2021 · How do I parse and store the deserialized data in a JObject kind of Object in System.Text.Json. I read a few articles which said using JsonSerializer.Deserialize.Parse method …

  6. 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 …

  7. Special characters not supported in Azure SQL Database

    Oct 12, 2018 · I am having problem working with special characters in Azure SQL database. I am converting the json files in Azure SQL using OPENJSON which works fine but the problem arises …

  8. Unable to update value of Bootstrap ProgressBar from code behind

    Oct 15, 2021 · On a button click, in my code behind, I call a method (basically it is to import a file from PC to DB). While doing this process, I want to update the progress of the progress bar.

  9. dropdownlist with checkbox in mvc - social.msdn.microsoft.com

    Jul 17, 2018 · Please debug your application both on server side and client side , confirm that the data is filled on server side and you get the data returned on callback function of Ajax .

  10. FileMode.Create and FileMode.Truncate Don't Work!

    Sep 23, 2013 · The service only reads data from a server and then serializes it into a JSON file. I have had no success with having the file overwritten in the following method.