I developed a webpart to update the custom user profile property.
When I running the code, I am getting exception
Microsoft.SharePoint.SPException: Updates are currently disallowed on
GET requests. To allow updates on a GET, set the 'AllowUnsafeUpdates'
property on SPWeb
How to resolve the problem?