onedizzydevil
Programmer
I keep trying to user this:
Context.User.Identity.Name
in a class file but it keep coming up with a blue squiggly under the Context and says:
Name 'Context' is not declared.
Any ideas, I had the same problem with Response.Cookies but, I was able to figure out the full path which is:
System.Web.HttpContext.Current.Response.Cookies
But I can not seem to find the utter one, yet. Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."
Context.User.Identity.Name
in a class file but it keep coming up with a blue squiggly under the Context and says:
Name 'Context' is not declared.
Any ideas, I had the same problem with Response.Cookies but, I was able to figure out the full path which is:
System.Web.HttpContext.Current.Response.Cookies
But I can not seem to find the utter one, yet. Wayne Sellars
"Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0."