<asp:DropDownList
ID="PartnerInsertDDL"
runat="server"
CssClass="ddlPartnerFeeExec"
DataTextField="PartnerDescription"
DataValueField="PartnerCode"
DataSourceID="PartnerInsertDataSource">
</asp:DropDownList>
<asp:LinqDataSource
ID="PartnerInsertDataSource"
ContextTypeName="TrustSystemDataContext"
TableName="PartnerLookups"
runat="server"/>
Do more with
Premium Content
You need an Expert Office subscription to comment.Start Free Trial