ASP.NET 2.0 Question:

How do you turn off cookies for one page in your site?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

By setting the Cookie.Discard property false

cookie.discard=false


Previous QuestionNext Question
Which two properties are on every validation control?What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?