Skip Navigation Links
Data Controllers
Master/Detail Extravaganza
Database Lookups
Database Lookups (Replacement for asp:DropDownList) MyCompany
Replace all asp:DropDownList and asp:ListBox controls that are being used in your ASP.NET applications to lookup the database information with infinitely scalable and efficient Database Lookups for ASP.NET and AJAX 3.5.


Compare the syntax of a standard ASP.NET control
<asp:DropDownList ID="ProductsLookup" runat="server" DataSourceID="ProductsDataSet1"
    DataValueField="ProductID" DataTextField="ProductName" />
and that of a Database Lookups for ASP.NET and AJAX 3.5
<aquarium:DataViewLookup ID="ProductsLookup" runat="server" DataController="Products"
    DataValueField="ProductID" DataTextField="ProductName" />
See the run-time difference below:
Categories:
(select)
CustomerDemographics:
(select)
Customers:
(select)
Employees:
(select)
Orders:
(select)
Products:
(select)
Region:
(select)
Shippers:
(select)
Suppliers:
(select)
Territories:
(select)
© 2009 MyCompany. All rights reserved.