Hello.I have a WebScheduleSqlClientProvider and a sqldatasource control in my page.
I have set the datasorceId of the WebScheduleSqlClientProvider to sqldatasourceId - SqlDataSource1.
In the SqlDataSource I have set to run a procedure with single parameter.
when i try to run the application it does not take this SP instead it takes the default one.
It is not taking the SP I have specified it takes the default DB.
How to solve this inorder to point the WebScheduleSqlClientProvider to point to my stored procedure.
Is there any thing we have to write in the code-behind.
Please help..
Thanks in advance
The WebScheduleGenericDataProvider could be a good option