How to Automatically generate GUID in asp.net mvc4 form while insert data to Db
i need to add GUID data type to my table and need to insert automatically 16bit value while submit other data
How to Automatically generate GUID in asp.net mvc4 form while insert data to Db
i need to add GUID data type to my table and need to insert automatically 16bit value while submit other data
Please check the following link..
Using a GUID as the ID in a database with ASP.NET MVC
I think your problem might be solved.