Click here to Skip to main content
15,918,330 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
How to make a record of employee with his id- ASP.Net MVC3
Posted
Updated 27-Aug-11 1:18am
v2
Comments
OriginalGriff 27-Aug-11 7:32am    
Might need more information that that...Use the "Improve question" widget to edit your question and provide better information.

1 solution

There are a lot of tutorials and videos on the Internet for ASP.NET development.

ASP.NET - MVC[^]

So I suggest you to view any video that seems pertinent. And there is also "Additional Tutorials" and "Additional Videos" at the top of "Learning Resources" if you need.

Once you have viewed pertinents videos, then you might do appropriate tutorials, or listen the videos more carefully while trying it for yourself.

Finally, if you have a more specific question, then use Google. Generally, it is relatively easy to find answers for ASP.NET development on the web. If that still does not works, then you can ask a more specific question here.

It is not hard to do database stuff in MVC... In my case, I was using Linq-To-SQL but it should be very similar if you select to uses Entity Framework instead.

If every employee already have an unique ID, then it is very simple to do. You just have to select the appropriate data type for your column and set that column as the primary key for the table (and don't use auto-increment since you provide the ID).
 
Share this answer
 

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