I am trying to insert data to UserCars table using ObjectDataSource Insert Method. the userId(FOREIGN KEY) I am trying to insert is GUID type.
corresponding PRIMARY key is UserId(uniqeidentifier) in aspnet_users table which is part of Membrship shema
the userId(guid) = JustCreateduser so it means it shoukd be the same vaues. however I get this error of conflict....
Any one can help me, please? I got headache already...