VS2010 asp.net: executing parameter less stored proc to update record

Posted by dotnet-practitioner on Stack Overflow See other posts from Stack Overflow or by dotnet-practitioner
Published on 2010-04-28T18:38:55Z Indexed on 2010/04/28 18:57 UTC
Read the original article Hit count: 174

Filed under:

I would like to execute a stored proc that simply updates a record. At this point I would like to keep it parameter less. But in future, I will be adding parameters to the stored proc. Can I simply do it via SQLDataSource? It will save me writing few lines of code to execute stored proc in a traditional ado.net. If its possible, could you please supply me with a sample code?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET