Topic: Refreshing a DropDownList that is bound be an XSD DataSource
Share/Save/Bookmark
Description: If  you you an XSD type Data Access Layer, and have a Dropdownbox that is connected to it using a DataSource Object, you can use the following lines to refresh the dropdownlist.

TopicAreaDataSource.Select();ddlTopicArea.DataBind();