TelDataGridviewDataFill 1.0.0
dotnet add package TelDataGridviewDataFill --version 1.0.0
NuGet\Install-Package TelDataGridviewDataFill -Version 1.0.0
<PackageReference Include="TelDataGridviewDataFill" Version="1.0.0" />
paket add TelDataGridviewDataFill --version 1.0.0
#r "nuget: TelDataGridviewDataFill, 1.0.0"
// 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
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
Contributing
For any contribution please contact me or whatsapp me at +263 774 914 150 or like Innocent Tauzeni Facebook Page
Special Thanks To
- 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.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 | 251 | 10/13/2022 |
Summary of changes made in this release of the package.