I have a one requirement like changing the textboxes
background whenever validation fails at that time I used the custom validator
and JavaScript function to validate textboxes and change the textboxes
background color for that write the following code in your aspx page
Application object is used to store the information and
access variables from any page in application. Application object is same as
session object only the difference is session object is used to maintain the
session for particular user.