The type specified in the TypeName property of ObjectDataSource 'dsList' could not be found.
<asp:ObjectDataSource ID="dsList" TypeName="LocationDataAccess"
SelectMethod="GetLocations" runat="server">
<SelectParameters>
<asp:ControlParameter ControlID="txtSearch" Name="searchText" DefaultValue="" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:SqlDataSource ID="SQLlistsel" runat="server" ConnectionString="<%$ ConnectionStrings:LI %>"
ProviderName="<%$ ConnectionStrings:LI.ProviderName %>"
S ...
Go to the complete details ...