How can it be that my WebScheduleSqlClientProvider is not working in a content file that has its own with master page? When I put the controls in a webform without a master page it all works fine! The error doesnt help me any further :-(
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'sa'.
my WebScheduleSqlClientProvider works ok on content of the Master Page.
This is a database connection error. The exception is basically telling you that it can't log in to the specific user "sa" in your SQL Server database with the information provided.
Please remember that these forums area a peer-to-peer resource to share issues and ideas with other Infragistics users. If you require official support from Infragistics, please submit a support request to Infragistics Developer Support from this page of our website.