ASP.NET 2.0 Question:
Download Questions PDF

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

Answer:

By setting the Cookie.Discard property false

cookie.discard=false

Download ASP.NET 2.0 Interview Questions And Answers PDF

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?