About 31,600,000 results
Open links in new tab
  1. Add data sources in ADO.NET apps (.NET Framework) - Visual Studio ...

    Aug 29, 2024 · Follow these steps to create a dataset as a data source: In Visual Studio, select Project > Add New Data Source to open the Data Source Configuration Wizard. For the type of data source, select Database. For the database model, select Dataset. Follow the prompts to specify a new or existing database connection, or a database file.

  2. Create and configure datasets in .NET Framework apps - Visual Studio ...

    Mar 10, 2025 · To work with datasets, you should have a basic knowledge of database concepts. You can create a typed DataSet class in Visual Studio at design time by using the Data Source Configuration Wizard. For information on creating datasets programmatically, see …

  3. What objects can be used as a datasource in Visual studio?

    Apr 25, 2012 · Trying to read between the gaps in the question... it sounds like you want to add a BindingSource to the form, then on the properties for that source, select DataSource, select "Add Project Data Source...", select Object, and then expand the namespace/type-tree to select the type you will be binding.

  4. Create database, add tables in .NET Framework apps - Visual Studio ...

    In this topic, you create an .mdf file and add tables and keys by using the Table Designer. To complete this walkthrough, you need the .NET desktop development and Data storage and processing workloads installed in Visual Studio.

  5. create-and-configure-datasets-in-visual-studio.md - GitHub

    You can create a typed xref:System.Data.DataSet class in Visual Studio at design time by using the Data Source Configuration Wizard. For information on creating datasets programmatically, see Create a dataset.

  6. SQL Reporting Services - Shared Data Source in Visual Studio

    Jun 3, 2020 · A shared data source is a set of data source connection properties that can be referenced by multiple reports, models, and data-driven subscriptions that run on a Reporting Services report server. Shared data sources provide an easy way to manage data source properties that often change over time.

  7. visualstudio-docs/docs/data-tools/walkthrough-creating-a ... - GitHub

    You'll learn how to create tables based on tables in a database without using a wizard. To complete this tutorial, you need the .NET desktop development workload and (for the Data Sources window) the Data storage and processing workload installed in Visual Studio.

  8. DataGridView Control in Visual Studio - C# Corner

    The DataGridView Control displays data by making a connection between C# and the SQL Server. The DataGridView Control is the best useful and flexible control in the Windows Forms Application. The DataGridView Control can be useful to display either a one table or relationships between a combination of tables.

  9. Visual Studio Solution Shared Data Source for Report Projects?

    Feb 11, 2010 · Make a new report project to hold your shared data source. I called mine Data Source. Copy your shared data source (let's pretend it's called My Shared Data Source) to that new project. If necessary, copy My Shared Data Source to each actual report project and link things up the way you want. But probably you're already set up like this.

  10. How do I enable Data sources in Visual Studio? - Technical-QA.com

    Dec 27, 2020 · To create a dataset as a data source, run the Data Source Configuration Wizard by selecting Project > Add New Data Source. Choose the Database data-source type, and follow the prompts to specify either a new or existing database connection, or a database file.

  11. Some results have been removed
Refresh