Beispiel #1
0
 protected void SelectCategory_CategorySelected(object sender, CommandEventArgs e)
 {
     //Store the other selection(s) too.
     SelectLocation.StoreLocations();
     BindDataGrid();
 }