B
Brian Shannon
I am playing with Forms Authentication and I have the following imports
statement at the top.
Imports System.Web.Security
Now when I use
FormsAuthentication.RedirectFromLoginPage(foo) then I get squiggly's from
the GUI saying RedirectFromLoginPage is not a member of FormsAuthentication.
If I attach System.Web.Security to FormsAuthentication all is fine.
Why is this? I have expierenced this in the past with the System.IO
namespace. Where sometimes I needed to fully qualify the name even if I had
an Imports statement.
Thanks
statement at the top.
Imports System.Web.Security
Now when I use
FormsAuthentication.RedirectFromLoginPage(foo) then I get squiggly's from
the GUI saying RedirectFromLoginPage is not a member of FormsAuthentication.
If I attach System.Web.Security to FormsAuthentication all is fine.
Why is this? I have expierenced this in the past with the System.IO
namespace. Where sometimes I needed to fully qualify the name even if I had
an Imports statement.
Thanks