SqlDatasource DeleteCommand gving error
I am using SqlDatasource with GridView & DetailView to Insert,Edit & delete a table data (All commands (select,update,insert & delete) are dynamicaly generated & set in runtime ).
I am connected to authores in pubs.
Select,insert & update commands are working fine, but the Delete Command giving error "cannot find the @au_id ..."?
I am using "DELETE From Authors WHERE auid=@auid "
|