The User.Identity of WebPages is set with login controls in asp.net 2.0.
Can we set the User.Identity with program not by Login Controls?
I have tried the code:
this.User.Ident ity="Jhon", but it fail when compile.
Can we set the User.Identity with program not by Login Controls?
I have tried the code:
this.User.Ident ity="Jhon", but it fail when compile.
Comment