The web app uses several databases so I'm using adapter with an adapter factory. The adapter is created in the Page_Load.
The control is the Telerik RadGrid. The issue is with paging.
The Grid loads and renders the first page without any problems. However when I click on the pager contorl to ask for a new page I get a dialog box with this message:
"The ConnectionString property has not been initialized."
So I've been trying to solve this for a few days and I feel like I must be missing something really simple.
This should be easy... right? If not then how do I do it?
Barry