ASP.NET 2.0 Question: How do you turn off cookies for one page in your site? ASP.NET 2.0 Interview QuestionAnswer: By setting the Cookie.Discard property falsecookie.discard=false Previous QuestionNext QuestionWhich 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?