I am trying to display the title and descritption of a document on a dropdown menu list but I don't know how to do it. So far it works fine but shows only reference document.
Training Document:
<asp:DropDownList ID="TrainingDocIDTextBox" runat="server"
DataSourceID="AccessDataSource2" DataTextField="ReferenceDocument"
DataValueField="TrainingDocID"
SelectedValue='<%# Bind("TrainingDocID") %>'
onselectedindexchanged="TrainingDocIDTextBox_SelectedIndexChanged">
</asp:DropDownList>