I get the following error on the web page after I use "View in Browser" in Visual Web Developer. I think <asp: PropertyExpression> is missing in some namespaces and I have tried without success. Please advise.
Source Error:
Line 48: <asp:QueryExtender ID="qeCustomers" runat="server" TargetControlID = "edsCustomers" >
Line 49: <asp:SearchExpression SearchType ="EndsWith">Line 50: <asp:PropertyExpression> Line 51: <asp:ControlParameter ControlID = "DropDownList1" Name="Country" /> Line 52: </asp:PropertyExpression> |