Record fetching in ASP.NET MVC
I want to create an Action method to fetch the information about the individual employee id from the SQL Server开发者_高级运维 2005. I want to send EmployeeID as input. I have models and separate Business Objects. Can any one help me in this?
Thanks in advance
I would recommend you going through the tutorials on this site: http://asp.net/mvc. There are many examples out there that will help you achieve what you are looking for.
精彩评论