Revision: 59482
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 11, 2012 01:24 by box86rowh
Initial Code
var regions = new ListController().GetListEntryInfoItems("Region", "Country." + selCountry.SelectedValue, 0);
ListController lc = new ListController();
selState.DataSource = regions;
selState.DataBind();
Initial URL
Initial Description
This code allows quick access to the dnn state/region listings..
Initial Title
Quick access to list of regions in DNN
Initial Tags
c#
Initial Language
C#