DTIControls.dll 1.0.17

There is a newer version of this package available.
See the version list below for details.
dotnet add package DTIControls.dll --version 1.0.17
NuGet\Install-Package DTIControls.dll -Version 1.0.17
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="DTIControls.dll" Version="1.0.17" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DTIControls.dll --version 1.0.17
#r "nuget: DTIControls.dll, 1.0.17"
#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 DTIControls.dll as a Cake Addin
#addin nuget:?package=DTIControls.dll&version=1.0.17

// Install DTIControls.dll as a Cake Tool
#tool nuget:?package=DTIControls.dll&version=1.0.17

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 Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,207 4/2/2019
1.0.23 1,594 4/2/2019
1.0.22 1,598 3/7/2019
1.0.21 1,587 2/21/2019
1.0.20 1,745 10/16/2018
1.0.19 1,697 10/16/2018
1.0.18 1,728 10/16/2018
1.0.17 1,964 5/23/2018
1.0.16 1,881 5/23/2018
1.0.15 1,982 3/15/2018
1.0.14 1,985 3/14/2018
1.0.13 1,952 2/8/2018
1.0.12 1,927 2/1/2018
1.0.10 1,977 2/1/2018
1.0.9 1,718 1/31/2018
1.0.8 1,598 1/31/2018
1.0.7 1,964 1/30/2018
1.0.5 2,318 12/19/2017
1.0.3 1,513 11/3/2017
1.0.2 1,616 11/3/2017
1.0.1 1,586 11/2/2017
1.0.0 1,649 11/2/2017

Adding webactivator to add startup script