| Author: Paval 01 Dec 2004 | Member Level: Bronze Points : 0 |
It helped me a bit.
|
| Author: javier campo 26 May 2005 | Member Level: Bronze Points : 0 |
Hi, I tried to create the class, but when I compile the class, it prompts me the "User is not declared" error.
The error is in the sentence If User.Identity.IsAuthenticated Then
Do you know how to correct this error?
Thanx in advance.
|
| Author: Pete Jones 28 Jan 2006 | Member Level: Bronze Points : 0 |
Change User.Identity.IsAuthenticated to My.User.IsAuthenticated to get it working in ASP.NET 2.0
:-)
|