12 references to IsValid
System.Web (10)
UI\Page.cs (1)
556
return ModelState.
IsValid
;
UI\WebControls\DetailsView.cs (2)
2544
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {
2685
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {
UI\WebControls\FormView.cs (2)
2176
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {
2314
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {
UI\WebControls\GridView.cs (1)
3254
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {
UI\WebControls\ModelDataSourceView.cs (3)
860
if (_owner.DataControl.Page.ModelState.
IsValid
) {
893
if (_owner.DataControl.Page.ModelState.
IsValid
) {
910
if (_owner.DataControl.Page.ModelState.
IsValid
) {
UI\WebControls\ValidationSummary.cs (1)
286
if (!modelState.
IsValid
) {
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
2447
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {
2588
if (IsUsingModelBinders && !Page.ModelState.
IsValid
) {