Teroid Data Form is an easy to use .NET control which dramatically reduces development times by providing an instant user interface to an ADO .NET DataTable object. Drop one onto a form and set the DataTable property either at design time or at run time and the control will automatically configure itself with a label and text box for each column in the table, and has full insert, update and delete functionality.
Screenshot
Comments
No comments have been submitted for this product. Be the first user to submit a comment.
More Similar Software
Teroid ASP Data Browser 1.0 ... Teroid ASP Data Browser is an ASP .NET control presenting data from any ADO .NET source in a grid with one record per row, a record format showing one record per page, or a record selector format where the user can select a record from a single field to view all fields of that record.
The user can navigate data using first, previous, next, last and page number links, and the control's behavior and appearance can be customised if required. ...
Teroid ASP Data Export Control 1.0 ... Teroid ASP Data Export Control is an ASP .NET control allowing users to download data from an ADO .NET DataTable object in XML, CSV or HTML format. Just drop one onto your .aspx page and set the DataTable property. The control will then present users with a dropdown list of formats, export the data to the selected format, and provide a link to download the file. The control's appearance can be customised to match your site if you wish, with properties for colors, fonts, borders etc. ...
Teroid Data Filter 3.0 ... Teroid Data Filter 3.0 is a .NET Windows Forms control allowing users to specify filtering criteria in applications using an ADO .NET DataView or BindingSource as a data source. It can be used on a form containing data-bound controls or a DataGridView, or on a separate dialog box.
After the DataView or BindingSource properties are set, a row is added to the control for each column in the underlying data source, each containing controls allowing the user to set the criteria condition (=, >, LIKE ...
Teroid ASP Record Selector 1.0 ... Teroid ASP Record Selector is an ASP .NET control listing data from a column of an ADO .NET source with a link for each value, enabling users to select an individual record. When the users clicks a link an event is raised which is typically used to navigate to a page containing data for the whole record. If data takes up more than one page the user can navigate through pages using first, previous, next, last and page number links, and the control's behavior and appearance can be customised if ...
Teroid Data Grid View Export Control 1.0 ... Teroid Data Grid View Export Control is a .NET Windows Forms control which exports the contents of a Data Grid View to a csv (comma separated values), XML or HTML file.
It is very simple to use: just set the DataGridView property and call the ExportToCsv, ExportToXml or ExportToHtml methods. These methods are overridden and can either take a filename as a parameter or prompt the user with a Save As dialog box.
The control can be set to include column headings and to open the export file if ...