Hi

Iam working on an asp.net mvc 2 application that makes has two tables
(amongst others of course) one an employees table with the following
fields firstname,middlename,lastname, nationalId, employeetype, email
and userId (a foreign key from the aspnet_users table) and the
aspnet_users. The userId field happens to be a guid. I have managed to
display the users in a dropdownlist but can't get the userId value
persisted to the database. Apparently I can't seem to get this userId
value into my model. The userId column happens to be a guid and I am
using EF 4 and VS 2010. Can anyone help.

Regards

Imdondo

Reply via email to