270
99.5
May 12, 2011
You need to change the functions of Db.cs file, Instead of passing the string sql as parameter pass the storedprocedure name,
& set the command.CommandType as storedprocedure.
50
50
May 16, 2011
Thanks...Will try that and get back if i am stuck anywhere.