DbNetEdit是一個輕量級的已封裝的DHTML組件,其可以在瀏覽器環境中以集成的數據形式呈現和獲取數據庫信息。DbNetEdit是一個基于web形式的組件,能幫助用戶通過使用一個瀏覽器輕松的更新數據庫信息。
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.
易于使用
通過DbNetEdit,用戶可以輕松得指定其想要編輯的列的名稱,并管理好其他的列。其無需編碼即可對搜索,導航以及默認設置的驗證進行管理。只需少量代碼即可為一個表創建一個基本的維護程序。當需要進行自定義布局時,用戶只需使用已連接的EditField控件即可對單列進行簡單的列表,生成或者放置。該控件可以當做JavaScript對象或者ASP.NET服務器控件使用。

查找
在對一個值進行編輯時,用戶往往可能需要提供一個來自于其數據庫中另外的表格的外鍵值,而在選擇該值時,用戶會希望使用其描述性文本內容找到該記錄。DbNetEdit使用了一個Lookup屬性能巧妙的完成這個功能,其能允許用戶將其需要查找的值定義為一個SQL語句。查找可以任選其提供的6中不同方式中的一種應用,其中還包括當選擇的方位是海量條目時仍能進行搜索。
二進制數據
DbNetEdit支持對諸如直接以數據庫BLOB或者文件系統路徑的圖像或者文件之類的二進制數據進行編輯。其還是用了驗證程序,以控制由客戶端上傳至服務器端的二進制文件的類型以及大小。
編輯HTML文件
用戶可以使用其內置的HTML編輯器對HTML內容進行編輯。只需將列的EditControlType屬性設置為HTML,其內容即可被渲染為HTML形式,并能通過HTML對話框進行編輯。其擁有簡單以及高級模式,以應用于更多全面的編輯功能。
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.