DTIControls.dll
1.0.24
dotnet add package DTIControls.dll --version 1.0.24
NuGet\Install-Package DTIControls.dll -Version 1.0.24
<PackageReference Include="DTIControls.dll" Version="1.0.24" />
paket add DTIControls.dll --version 1.0.24
#r "nuget: DTIControls.dll, 1.0.24"
// Install DTIControls.dll as a Cake Addin #addin nuget:?package=DTIControls.dll&version=1.0.24 // Install DTIControls.dll as a Cake Tool #tool nuget:?package=DTIControls.dll&version=1.0.24
DTIControls
.NET control suite. Includes jquery UI controls and a lite content management suit.
This component will create the tables in the database with the connection string named "ConnectionString". The content manager handels images and content history. If there is no connection string it will use SQLite and create a local folder called "Database"
Markup:
<%@ Register Assembly="DTIControls" Namespace="DTIContentManagement" TagPrefix="DTIEdit" %>
<DTIEdit:EditPanel ID="EditPanel1" runat="server">
<h1>Edit stuff here!</h1>
</DTIEdit:EditPanel>
<asp:Button ID="btnTurnEditOn" runat="server" Text="Toggle Edit mode" OnClick="btnTurnEditOn_Click" />
Code behind:
protected void btnTurnEditOn_Click(object sender, EventArgs e)
{
DTIControls.Share.EditModeOn = !DTIControls.Share.EditModeOn;
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- System.Data.SQLite.Core (>= 1.0.0)
- WebActivatorEx (>= 2.2.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on DTIControls.dll:
Package | Downloads |
---|---|
DTIGrid.dll
.NET Data grid for fast editing. Add the grid, give it a table name and it will add/update/delete. Includes searching and paging. Uses free-jqgrid. |
|
Reporting.dll
.NET Reporting |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.24 | 2,350 | 4/2/2019 |
1.0.23 | 1,702 | 4/2/2019 |
1.0.22 | 1,682 | 3/7/2019 |
1.0.21 | 1,685 | 2/21/2019 |
1.0.20 | 1,847 | 10/16/2018 |
1.0.19 | 1,808 | 10/16/2018 |
1.0.18 | 1,817 | 10/16/2018 |
1.0.17 | 2,050 | 5/23/2018 |
1.0.16 | 1,982 | 5/23/2018 |
1.0.15 | 2,105 | 3/15/2018 |
1.0.14 | 2,110 | 3/14/2018 |
1.0.13 | 2,044 | 2/8/2018 |
1.0.12 | 2,018 | 2/1/2018 |
1.0.10 | 2,065 | 2/1/2018 |
1.0.9 | 1,824 | 1/31/2018 |
1.0.8 | 1,661 | 1/31/2018 |
1.0.7 | 2,068 | 1/30/2018 |
1.0.5 | 2,430 | 12/19/2017 |
1.0.3 | 1,597 | 11/3/2017 |
1.0.2 | 1,685 | 11/3/2017 |
1.0.1 | 1,665 | 11/2/2017 |
1.0.0 | 1,744 | 11/2/2017 |
Adding webactivator to add startup script