.net - add more property in aspnet_profile -
i have application uses .net membership,it has properties want add more properties, not throwing error when check in aspnet_profile table new properties added doesnot exist. doing wrong?
my code here:
rather directly accessing profile property of httpcontext.current, have tried:
dim profile profilecommon = profile.getprofile(username)
Comments
Post a Comment