---
title: "How can we check if all validation and controls are valid or proper? How can we force to run all validation control to run?"  
description: "How can we check if all validation and controls are valid or proper? How can we force to run all validation control to run?"  
author: "Chris Anderson"  
published: 2011-08-12  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/1149/how-can-we-check-if-all-validation-and-controls-are-valid-or-proper-how-can-we-force-to-run-all-validation-control-to-run  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# How can we check if all validation and controls are valid or proper? How can we force to run all validation control to run?

By using **Page.IsValid()** property we can check if all validation and controls are valid or proper by using Page.Validate we can force to run all validation control to run.

## Answers

### Answer by Chris Anderson

By using **Page.IsValid()** property we can check if all validation and controls are valid or proper by using Page.Validate we can force to run all validation control to run.


---

Original Source: https://www.mindstick.com/interview/1149/how-can-we-check-if-all-validation-and-controls-are-valid-or-proper-how-can-we-force-to-run-all-validation-control-to-run

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
