收藏订阅
DbNetEdit is a lightweight, fully encapsulated DHTML component which enables the presentation and maintenance of database information within a browser environment as an integrated data form.DbNetEdit is a web based form component that provides an easy way to update database information using a browser.
Ease of use
With DbNetEdit you simply specify the names of the columns you wish to edit and let DbNetEdit take care of the rest. It will manage searching, navigation and default type validation without any coding. To create a basic maintenance application for a table requires just a few lines of code.Individual columns can be simply listed and generated or positioned using linked EditField controls when a custom layout is required.The control can be implented as a JavaScript object or an ASP.NET server-control.
Lookups
When editing a value, in many cases you are required to supply a foreign key value which is linked to another table in your database. When selecting this value you typically want to be able to find this record using its descriptive text. DbNetEdit accomplishes this with the Lookup attribute which allows you to define the list of lookup values as an SQL statement. Lookups can be implemented in one of 6 different styles including the ability to search when there are large number of items to select from.
Binary data
DbNetEdit supports the editing of binary data such as images and documents either directly as a database BLOB or indirectly as a file system path. Validation can be used to control both the types and size of binary files that are uploaded to the server from the client.
HTML Editing
HTML content can be edited using the built-in HTML editor. Simply set the EditControlType property to HTML for the column and the content will be rendered in the form and edited using the HTML dialog. The dialog has both a Simple and Advanced mode for more comprehensive editing capabilities.