ERROR :
System.Data.SqlClient.SqlException: Implicit conversion from data type sql_variant to uniqueidentifier is not allowed. Use the CONVERT function to run this query.
I made a admin side for editing roles and user passwords if necessary.. But since the default ASPNETDB,mdf have UserID and Password in 'Unique Identifier' data type.. while I try to update the User fields from admin side (used a grid to bring complete table :p)
It gives me above error...
Help is required soon pls.. where am I missing anything ?