20 references to Insert
System.Web (20)
UI\WebControls\FormView.cs (20)
322
if (CurrentMode == FormViewMode.
Insert
) {
345
if (CurrentMode == FormViewMode.
Insert
) {
423
if (value < FormViewMode.ReadOnly || value > FormViewMode.
Insert
) {
874
if (value < FormViewMode.ReadOnly || value > FormViewMode.
Insert
) {
932
if (Mode == FormViewMode.
Insert
&& !DesignMode) {
1317
if (DesignMode && mode == FormViewMode.
Insert
) {
1329
if (mode != FormViewMode.
Insert
) {
1359
if (mode != FormViewMode.
Insert
) {
1377
if (mode != FormViewMode.
Insert
) {
1405
if (!moveNextSucceeded && mode != FormViewMode.
Insert
) {
1446
if (allowPaging && PagerSettings.Visible && _pagerSettings.IsPagerOnTop && mode != FormViewMode.
Insert
&& !singlePage) {
1474
if (allowPaging && PagerSettings.Visible && _pagerSettings.IsPagerOnBottom && mode != FormViewMode.
Insert
&& !singlePage) {
1511
case FormViewMode.
Insert
:
1537
else if (mode == FormViewMode.
Insert
)
1854
if (RequiresDataBinding && Mode == FormViewMode.
Insert
) {
1888
} else if ((Mode == FormViewMode.Edit || (Mode == FormViewMode.
Insert
&& InsertItemTemplate == null)) && EditItemTemplate != null) {
1890
} else if (Mode == FormViewMode.
Insert
&& InsertItemTemplate != null) {
2127
if (Mode != FormViewMode.
Insert
) {
2193
FormViewModeEventArgs e = new FormViewModeEventArgs(FormViewMode.
Insert
, false);
3076
case FormViewMode.
Insert
: