U
user
Hi everyone,
May I know the standard way of reading in cookies in ASP.net using
VB.net?
In classic asp, i can do this:
If request.cookies("user") = "abc" then
blah blah
end if
But if i were to do the same in asp.net,
I would hit an ugly error.
What is the proper way of detecting cookies?
Thanks
May I know the standard way of reading in cookies in ASP.net using
VB.net?
In classic asp, i can do this:
If request.cookies("user") = "abc" then
blah blah
end if
But if i were to do the same in asp.net,
I would hit an ugly error.
What is the proper way of detecting cookies?
Thanks