Posted on: 6/2/2014 1:25:47 PM | Views : 388

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 ...