DbNetList provides many different ways to list database information within a browser page. One of the unique features of DbNetList is the ability to create nested lists which allow for efficient presentation of hierarchical data.
Detail Explanation
- Generates lists, multi-column lists, dropdowns, trees, checkbox lists....
- Native versions for both ASP and ASP.NET.
- Browser based. Design and run from anywhere. No client installation required. No Java requirement. Pure DHTML.
- Fully encapsulated component. Integrates easily with any web page.
- Generate robust web based applications.
- Extensive database support. Works with SQL Server, MSDE, Oracle, Sybase, DB2, MySQL, Access, Visual Fox Pro, InterSystems Caché Informix and Advantage.
- Fully customisable.
DbNetList is specifically designed to exploit the capabilities of Microsoft's IE family of browsers, you will need IE Version 5 or later on the client.
Typically, it only takes a few lines of code to include a DbNetList in your application.Even normally complex structures like nested trees can be achieved in only a few lines of code:
with (document.all.dbnetlist1)
{
connectionString='samples'
sql=['select continentname, id from continent order by continentname',
'select countryname, code from country where continentid={level0.id}',
'select companyname, customerid from customers where countryCode='{level1.code}']
loadData()
Powerful - DbNetList includes all of these powerful, extra features;additional data items not visible in the list may be retrieved, stored as properties of each row/node and maniuplated programmatically.
- issue ad-hoc database queries with the selectData() method
- trees expand 'on-demand' - manage huge nested content without the overhead of preloading the entire structure
- autocompletion - type a string of characters while DbNetList has focus and the first matching row will be automatically highlighted