About 1,040,000 results
Open links in new tab
  1. Create database, add tables in .NET Framework apps - Visual …

    Feb 3, 2025 · Create a database with tables and foreign keys in a .NET Framework application by using Table Designer in Visual Studio.

  2. New DataTable in Dataset Designer (.NET Framework) - Visual …

    Aug 5, 2024 · Add a new Dataset to the application. On the Project menu, select Add New Item. The Add New Item dialog box appears. In the left-hand pane, select Data, then select DataSet in the middle pane. Choose Add. Visual Studio adds a file called DataSet1.xsd to the project and opens it in the Dataset Designer. Add a new DataTable to the Dataset. Drag a ...

  3. Work with tables - Visual Studio (Windows) | Microsoft Learn

    Jan 11, 2024 · Create a table, format it, and insert data into the cells. How to: Programmatically populate Word tables with document properties Add a row or column to a table.

  4. Insert records into database (.NET Framework) - Visual Studio …

    Aug 26, 2024 · Insert new records into a database with .NET Framework application development in Visual Studio, including the ADO.NET TableAdapter Update method.

  5. Configure new TableAdapters in .NET Framework apps - Visual …

    Dec 15, 2023 · Create and configure a ADO.NET TableAdapter in .NET Framework applications with Visual Studio and enable communication between your app and a database.

  6. Fill datasets by using TableAdapters in .NET Framework applications

    Fill datasets in .NET Framework applications with TableAdapters and data from queries or stored procedures by using ADO.NET in Visual Studio.

  7. Create and configure datasets in .NET Framework apps - Visual …

    Mar 10, 2025 · Add a database table or other object to an existing dataset. This procedure shows how to add a table from the same database that you used to first create the dataset: Double-click the dataset node in Solution Explorer. The dataset opens in the Dataset Designer.

  8. Walkthrough: Editing HTML Tables in Visual Web Developer

    Oct 21, 2014 · Table editing is an important part of many Web pages because tables are used to create the page layout. This walkthrough illustrates the table-editing features of the HTML editor in Microsoft Visual Studio. You will use tables to create the …

  9. Analysis Services tutorial lesson 1: Create a new tabular model …

    Dec 9, 2022 · In this lesson, you use Visual Studio with Microsoft Analysis Services projects to create a new tabular model project. Once your new project is created, you can begin adding data and authoring your model.

  10. Edit data in datasets using the .NET Framework - Visual Studio …

    Mar 27, 2024 · You edit data in data tables much like you edit the data in a table in any database. The process can include inserting, updating, and deleting records in the table. In a data-bound form, you can specify which fields are user-editable.

Refresh