Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: cookies in ASP.NET


Message #1 by "Hovik Melkomian" <melvik@b...> on Tue, 20 Aug 2002 19:43:14 +0430
Tnx dear
it works!!!
Hovik.
----- Original Message -----
From: "Einar Paul Qvale" <einar.paul.qvale@f...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Tuesday, August 20, 2002 7:46 PM
Subject: [aspx_professional] RE: cookies in ASP.NET


Request.Cookies["LastSearch"]["Terms"] = strTerms;

strTerms = Request.Cookies["LastSearch"]["Terms"];

epq

-----Original Message-----
From: Hovik Melkomian [mailto:melvik@b...]
Sent: 20. august 2002 17:13
To: ASPX_Professional
Subject: [aspx_professional] cookies in ASP.NET


Hi there:
I know to write Cookie in classic ASP we use:
    Response.Cookies("LastSearch")("Terms") = "strTerms"
& to read use
    strSearchTerms = Request.Cookies("LastSearch")("Terms")

How soudl I do it in ASP.NET??

Thats all for now,
Hovik.




---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.

---

---

ASP.NET 1.0 Namespace Reference with C#
http://www.wrox.com/acon11.asp?ISBN=1861007442

ASP.NET 1.0 Namespace Reference with VB.NET
http://www.wrox.com/acon11.asp?ISBN=1861007450

These books are a complete reference to the ASP.NET namespaces
for developers who are already familiar with using ASP.NET.
There is no trivial introductory material or useless .NET
hype and the presentation of the namespaces, in an easy-to use
alphabetical order ensures a user-friendly reference format.
We provide in-depth coverage of all the major ASP.NET classes,
giving you those real-world tips that the documentation doesn't
offer, and demonstrating complex techniques with simple
examples.

---



  Return to Index