Answers

Question and Answer:

  Home  ASP.NET 2.0

⟩ Which two properties are on every validation control?

ControlToValidate property and Text property

This is done explicitly by adding the below code Response.Cookies("Name") = "myCookie"

Response.Cookies("Name").Expires = DateAdd("m", 1, Now());

ErrorMessage and ControlToValidate

 131 views

More Questions for you: