Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am creating a MVC3 project with linq to sql in dbml in model.
I had dragged following stored procedures in dbml file.

a) SP_AddCustomer()

b) SP_GetCustomer()

c) SP_GetCustomer(string customerid)

d) SP_DeleteCustomer(string customerid)

I do not know how to call them in Controller, Model and View.

Please help urgent.
I am not using Entity framework.
Please share sample project or urls.

Regards
S.Guhananth.
Posted
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900