I used
and I want in another page in page load to remove this Identity
I did like this:
Code:
protected void Page_Load(object sender, EventArgs e)
{
User.Identity.Name.remove();
{
but the above code give me an error :
Compiler Error Message: CS1501: No overload for method 'Remove' takes '0' arguments