TelDataGridviewDataFill 1.0.0

dotnet add package TelDataGridviewDataFill --version 1.0.0
NuGet\Install-Package TelDataGridviewDataFill -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TelDataGridviewDataFill" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TelDataGridviewDataFill --version 1.0.0
#r "nuget: TelDataGridviewDataFill, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install TelDataGridviewDataFill as a Cake Addin
#addin nuget:?package=TelDataGridviewDataFill&version=1.0.0

// Install TelDataGridviewDataFill as a Cake Tool
#tool nuget:?package=TelDataGridviewDataFill&version=1.0.0

TelDataGridviewDataFill Library

This libray helps to fill data on DataGridview and Listview from and databaseTable

Table of contents

  1. Installation
  2. Usage

Installation

   NuGet\Install-Package TelDataGridviewDataFill -Version 1.0.0

Or Clone it

$ git clone https://github.com/telthemweb/TelGridviewDataLoader.git

How to usen TelDataGridviewDataFill

After installing, TelDataGridviewDataFill


    TelTableRow telthem = new TelTableRow(); 
    TelthemwebLib telthemweb = new TelthemwebLib();

    string sql = "SELECT id,name,surname FROM users";
    DataTable users = telthemweb.TelRetrieve(sql);


    telthem.TelLoadDataToDataGriview(dtUsers, users, 2);

    dtUsers - is the datagridview name;
    users - is datatable;
    2 is the number of rows,

    But you should first add culumn in datagridview control

    then telTableRow will fill in with rows

Supported Control

So far Datagridview is only one is working pretty fine, On next version i will add listview and combobox features

  1. DataGridview
  2. ListView

Contributing

For any contribution please contact me or whatsapp me at +263 774 914 150 or like Innocent Tauzeni Facebook Page

Special Thanks To

  1. To you all for choosing our libray

Sponsorship

If you love my library, you can really help us by sponsoring us.

Output


 ID  NAME     SURNAME
 1   Inno      Tauzeni
 2   Tawanda   Tauzeni
 3   Brendon   Songore

ALL Information will be encripted

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 204 10/13/2022

Summary of changes made in this release of the package.