AnonymousIdentificationEventArgs
(1)
ASP.NET
(1)
AnonymousID
(1)
QuestionI
(1)
Bubbles
(1)
Emailaddress
(1)
Sender
(1)
Dots
(1)

duckkiller53

Asked By duckkiller53
06-Nov-09 09:17 PM
Could someone Please help. I am reading the book Professional ASP.NET
3.5 BY wrox.  In the section on Personalizaion and in particular
create your own unique AnonymousID by using the event
AnonymousIdentification_Creating from the Global.asax.  In the Authors
words you just create the event using the event delegate of type
AnonymousIdentificationEventArgs as listed below.

Public Sub AnonymousIdentification_Creating(ByVal sender As Object,
ByVal e As AnonymousIDentificationEventArgs)


e.AnonymousID = "Bubbles " & DateTime.Now()


End Sub

Then the Author just said that by setting the e.AnonymoudID you can
set your own unique ID vs a GUID.





Here is the QuestionI was able to get the above sub working by placing
it in a Global.asax file.  The Author stated that this same sub can be
called from at the page level.  How do you do that.?

duckkiller53 wrote on 07 nov 2009 inmicrosoft.public.inetserver.asp.

Evertjan. replied to duckkiller53
07-Nov-09 04:55 AM
duckkiller53 wrote on 07 nov 2009 in
microsoft.public.inetserver.asp.general:


This is a classic asp group.

Dotnet questions should be asked in

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Post Question To EggHeadCafe