______________________________________________________________________ Tip of the Day! Populating a dropdownlist from an RDMS The following code populates a dropdownlist from the Northwind database hosted on SQL Server. When a category has been selected fom the dropdownlist it is displayed on the aspx page. <%@ Page Language="C#" %> <%@ Import Namespace="System.Data" %> <%@ Import Namespace="System.Data.SqlClient" %>