StoredProcedure with GridView
Hi
I am working in sqlserver and i want to use storedprocedure with gridview please define how can we edit update delete data in gridview using storedprocedure?
Why are we use CommandType? Can i call storedprocedure without use CommandType?