In the Solution Explorer, select AspectizeDALDemo Form, right click and Select View Code.
Double-click the Form: this opens the code page for the form and creates the AspectizeDALDemo_Load event handler method.
Double-click the Combobox lstProductCategory: this creates the lstProductCategory_SelectedIndexChanged event handler method.
Double-click the Combobox lstProductSubcategory: this creates the lstProductSubcategory_SelectedIndexChanged event handler method.