Search code examples
c#asp.netsqldatasource

ASP.NET sqldatasource - Is there any sql command other than select, insert, update, and delete?


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!


Solution

  • No

    But you could always drop that Quick & (very) Dirty SqlDataSource and write a proper DAL