Screen Shots.
Lizard Controls Developed to make simple work of building SQL Server database applications without the need to use any of the Microsoft or 3rd party Data Bound controls.

If yo do not have a copy of Visual Studio get one FREE from Microsoft

Let the lizardLogon control discover the sql servers running on your local computer or computer network, all you need to do is drop this on a form and set its Execute property.

The lizardControlAgent generates the sql Insert, Update and Delete statements without you needing to write any in-line-code to manage these operations, it can also checks for duplicate records. Just give the criteria.

Records being deleted will be checked for sibling records in one-to-many relationships.

Load data into their related controls with one line of code, the same controls set their MaxLength and AllowNull properties based on the field definitions with violations being automatically handled without writting a single line of code .

You will need an SQL Server to use this sample, if you do not have one on your system, download it from Microsoft, it's FREE, when you have installed it, attach the sample database included with the demo application.

There are 13 controls and components at your disposal, these are: lizardLogon, lizardServer, lizardSqlSource, lizardControlAgent, lizardButtons, lizardComboBox, lizardTextBox, lizardListBox, lizardLabel, lizardDataGrid, lizardTreeView with lizardTreeNode and a staticServer.

Download now

Developed using C# in Microsof Visual Studio 2005, .NET 2 and Windows XP


Sample application screen shot.
Transactions Sample
The sample application with source code can be downloaded to demonstrate the use of tree views, text, combo, Date Time, Grid Views and Buttons.

With as little as 200 lines of code, you can have a fully functional database system with add, edit and delete functionality