If I leave the dataSourceId field in quick design blank the program works fine but uses the default database provided by Infragistics.
I place an SqlDataSource object that points to my database and I get the following error message
Exception Type: System.Data.SqlClient.SqlExceptionException Message: Could not find stored procedure 'Reminder_Sel'.Exception Source: .Net SqlClient Data ProviderException Target Site: FireDataProviderError
What do i need to do to get the calendar to point to my database instead of the default database?
thanks in advance.