ASP.NET Ajax components

DbNetSuite is a set of lightweight integrated AJAX enabled ASP.NET components for creating web applications that interface with the database and file systems.

DbNetGrid and DbNetEdit enable a number of ways to search the database that range from simple multi-column wildcard searching for ease of use to the ability to combine sets of search criteria utilising the full range of SQL search operators.

Simple Searching

Simple search is designed to make it as easy as possible for a user to find matching records by automatically applying the search token as a wildcard search against all the alphanumeric columns in the data source.

Standard Search

The standard search dialog allows a user to apply the full range of SQL search operators against the specified search columns in friendly and intuative way. Lookups can be added to allow the user a graphical way of selecting coded values based on the their descriptions.

Advanced Search

For power users who want to be able create more complex searches the advanced search dialog allow sets of search criteria generated through the standard search dialog to be combined in a mutually inclusive or exclusive way.