|
-
Sep 30th, 2003, 10:34 AM
#1
Thread Starter
Fanatic Member
Cookies question
Using the following I can create a cookie :
Dim mycookie As New HttpCookie("Userinfo")
mycookie("Name") = "Whatever"
mycookie("City") = "Whatever ..."
e.t.c.
How would I declare this if the value "mycookie" is in fact stored in a variable.
e.g
dim myvar as string
myvar = "mycookie"
dim myvar as new HttpCookie("Userinfo") will kick up a stink.
Any ideas geniuses
Cheers
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|