Base:
property
IsUsingModelBinders
System.Web.UI.WebControls.DataBoundControl.IsUsingModelBinders
5 references to IsUsingModelBinders
System.Web (5)
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) {