How do you create a permanent cookie?
Answer Posted / sapna
Cookie is like a temporary file which contains a name and a
value pair and resides in the client.
cookie prepared or modified by the server side script will
be appended to the response and will be sent to the client.
dim cook as httpcookie
cook=new httpcookie("items")
cook.value=textbox1.text
response.appendcookie(cook).
| Is This Answer Correct ? | 13 Yes | 15 No |
Post New Answer View All Answers
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain the code Access Security (CAS) in .net Framework?
Give an example of cookie abuse.
What do you mean by query string?
Name the namespace which is used by ado.net?
In ViewState How much lifespan items stored?
What is jade template engine?
Explain the steps needed to be performed in order to create an animation in xaml?
Describe session handling in a webfarm, how does it work and what are the limits?
What is difference between datalist and gridview?
What is the state management in asp.net?
How do you remove duplicates without using remove duplicate stage?
Which method do you use to kill explicitly a users session?
Define repository pattern in mvc.net? : asp.net mvc
Can a .net web application consume java web service?