2,543 Downloads
43,126 Views
| Author |
|
| Company |
DVXP |
| Source Code Available |
No |
| License Type |
Commercial |
| Submitted On |
April 09, 2003 |
| Updated on |
July 25, 2007 |
| .NET Framework |
1.x |
| Cost |
$249 |
Description
TEdit.NET is an ASP.NET control for viewing and editing database tables. TEdit.NET is simple to use, and requires no programming in many cases. TEdit.NET gives ASP.NET developers the power to create fully functional database front-ends with very little effort.
This component has the following unique features:
-
Simplicity: easy to setup and requires no programming.
-
Powerful: MSAccess-like look-up comboboxes and master-detail 'sub-forms'.
-
Light weight; minimal use of view state and suitable for large data sets.
-
Great flexibility: can be extended programmatically
-
Free-format text search
-
Supports any OLE DB or SqlClient data source
-
Supports any browser version, even compact HTML on Windows CE!
-
Paging, sorting and filtering
-
Free, knowledgeable online support at the dedicated support forum.
See the Sample Gallery for a live online demo of the
DXTableEditor and download a free development copy here.
Syntax Example
<table name="Products" orderBy="ProductName">
<!--
You can replace foreign-key columns with a friendly lookup value. The lookupquery attribute
must contain a lookup query that returns the foreign key field in the first column and the
friendly replacement value in the second.
The lookup query is also used to present a dropdown list of values when the user is
editing the column value.
-->
<column name="SupplierID" alias="Supplier" lookupquery="SELECT SupplierID, CompanyName FROM Suppliers ORDER BY CompanyName" />
<column name="CategoryID" alias="Category" lookupquery="SELECT CategoryID, CategoryName FROM Categories ORDER BY CategoryName" />
</table>Screenshots
Reviews
Submit a review
Does exactly what it needs to do
Reviewed by: roppas on Monday, September 29, 2003
5 Stars
This control has saved me hours of development time, absolutely brilliant!
Opinion
Reviewed by: ccivici on Thursday, June 12, 2003
3 Stars
It may be appropriate for projects that are limited scope but I cant see any use for large scale projects.