I am using total 4 stored procedure for each sql [select, insert, update, and delete] command. I want to use another stored procedure to work on my sqldatasource. Is there any way to have sql commands for my sqldatasource other than those 4 mentioned? Please let me know. Thanks!
No
But you could always drop that Quick & (very) Dirty SqlDataSource and write a proper DAL