what is cookies?
Answers were Sorted based on User's Feedback
Answer / siddhu
This page describes the term cookie and lists other pages on
the Web where you can find additional information.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / viswanath
A Cookie is often used to identify a user.
A Cookie is a small file that the server embeds on the
user's computer.
Each time the same computer requests a page with a browser,
it will send the Cookie too.
With ASP, you can both create and retrieve Cookie values.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the post & get method or explain the difference between them in asp?
What is a form collection in asp?
How do I create an aspx page?
Where will you code OPTION EXPLICIT in an ASP application? WHY?
How to convert a string into an integer in .net?
How do I change a aspx file to a pdf?
no.of pages comes before protected void ?
what is SDLC in Software?pl.give proper explaination
Explain how can you overload a method?
What is the difference between server-side validation and client-side validation?
Define common language specification (cls)?
Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same