About 1,950,000 results
Open links in new tab
  1. Design a form template based on a Microsoft SQL Server database

    You can design a form template that can work with a Microsoft SQL Server database to either query data or query and submit data. In this article. Overview. Compatibility considerations. Before you begin. Design the form template. Configure the submit options. Overview

  2. Displaying SQL Server table data in webform - Stack Overflow

    Dec 11, 2018 · Firstly you should always use parameterized queries to avoid SQL Injection and getting rids of this kind of issues. And secondly, you need to create a DataTable and fill it though data reader and bind your table to grid:

  3. Retrieve data from Database and display in TextBox in Windows ...

    Feb 4, 2019 · This article will illustrate how to fetch records (data) from SQL Server Database using SqlDataReader and then set the retrieved values in Windows Application (WinForms) using C# and VB.Net.

  4. Mapping SQL Server Query Results to a DataGridView in .NET

    Dec 27, 2018 · For example, you can retrieve data from SQL Server, i.e. via a query, and display the data on the DataGridView control in a Windows Forms .NET application. Then, using the DataGridView control’s features and properties, you can further process the data and customize their display (i.e. sort them, etc.).

  5. Walkthrough: Display Data from a SQL Server Database in a …

    Nov 6, 2020 · In this walkthrough, you retrieve data from a SQL Server database and display that data in a DataGrid control. You use the ADO.NET Entity Framework to create the entity classes that represent the data, and use LINQ to write a query that retrieves the specified data from an …

    Missing:

    • Form

    Must include:

  6. MS SQL Server - Lesson 13: Data Navigation With Forms

    Microsoft Access appears to provide the easiest and fastest means of displaying data from a SQL Server database. Although all environments require that you create the necessary forms, Microsoft Access is equipped to generate forms "on-demand" with an easy-to-use wizard.

  7. Display Data In A DataGridView C# 6 - C# Corner

    The sample example show you how to use DataGridView to display data in a grid format.

  8. Use values from a SQL Server database to populate a list box, …

    Before you can use values from a SQL Server database to populate a control on your form template, you need the following information from your database administrator: The name of the server with the database that you will use with this form template. The name of the database that you will use with this form template.

  9. C# Windows Forms Application - display sql server values in …

    Jan 9, 2016 · Try just with the DataReader: here code for the click handler: SqlParameter parameter = new SqlParameter("@student_no", SqlDbType.Int); parameter.Value = Convert.ToInt32(txt_bx_guardian_student_search.Text); using (IDbConnection connection = new SqlConnection(_connectionString)) connection.Open();

  10. Building Quick SQL Server Data Input Forms with InfoPath

    Apr 11, 2016 · It is used to design and share forms between user groups and integrates fully with SharePoint and SQL Server together with being able to produce standalone forms with zero code exposed to the user and no knowledge of SQL required.