I have a form where 1) a user selects a type of item he/she wants in DropDownListA 2) DropDownListB populates with those types of items. This could be 30K items of just Id int, Number varchar(30) and Description varchar(50). 3) when they select an item from DropDownListB, code-behind takes it's ItemNumber...