[Solved] stored procedures instead of forms


You’re describing Web Forms, which is another part of ASP.NET, but not part of ASP.NET MVC.

The calling of stored procedures has nothing to do with any of these technologies. Some people choose to put such calls in their Controller or Code-Behind rather than having it in a separate data layer.

2

solved stored procedures instead of forms