<asp:TextBox ID="TextBox1" runat="server" Text='<%# Bind("Reviewer1Title") %>' /> <asp:DropDownExtender ID="TextBox1_DropDownExtender" runat="server" DynamicServicePath="" Enabled="True" TargetControlID="TextBox1" DropDownControlID="DropDownList3"> <asp:DropDownList ID="DropDownList3" runat="server" DataSourceID="SqlDataSource1" DataTextField="Reviewer1Title" DataValueField="Reviewer1Title"> <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:PKLConnectionString %>" SelectCommand="SELECT tblEvaluationListing.Reviewer1Title FROM tblEvaluationListing GROUP BY tblEvaluationListing.Reviewer1Title HAVING ((Not (tblEvaluationListing.Reviewer1Title) Is Null));">
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)