I haven't been able to find any recent articles on cookies with the new framework. My problem is that all the tutorials I have found say to do this:but it won't compile saying that Null is no longer supported. Even asp.net says to do that. How do I check to see if the user has a cookie set in the .net 1.1 framework?VB Code:
If Request.Cookies("mychoices") = Null Then


I drink to make other people more interesting!
Reply With Quote