4 overrides of ID
System.Web (4)
UI\Page.cs (1)
1772public override string ID {
UI\WebControls\WizardStepBase.cs (1)
71public override string ID {
UI\WebParts\GenericWebPart.cs (1)
125public sealed override string ID {
UI\WebParts\ProxyWebPart.cs (1)
102public sealed override string ID {
132 writes to ID
System.Web (121)
UI\Page.cs (1)
1777base.ID = value;
UI\PartialCachingControl.cs (1)
806cachedControl.ID = _ctrlID;
UI\WebControls\Adapters\MenuAdapter.cs (1)
160_menuPanel.ID = owner.UniqueID;
UI\WebControls\AdRotator.cs (2)
316ID = adRotator.ClientID; 773bannerLink.ID = ClientID;
UI\WebControls\Calendar.cs (1)
1259table.ID = ClientID;
UI\WebControls\ChangePassword.cs (24)
1745_changePasswordContainer.ID = _changePasswordViewContainerID; 1805_successContainer.ID = _successViewContainerID; 2675successContainer.EditProfileLink.ID = _editProfileSuccessLinkID; 2679linkButton.ID = _continueLinkButtonID; 2685imageButton.ID = _continueImageButtonID; 2691pushButton.ID = _continuePushButtonID; 2855validator.ID = id; 2877userNameTextBox.ID = _userNameID; 2887currentPasswordTextBox.ID = _currentPasswordID; 2896newPasswordTextBox.ID = _newPasswordID; 2905confirmNewPasswordTextBox.ID = _confirmNewPasswordID; 2914compareValidator.ID = _newPasswordCompareID; 2927regExpValidator.ID = _newPasswordRegExpID; 2939linkButton.ID = _changePasswordLinkButtonID; 2945linkButton.ID = _cancelLinkButtonID; 2951imageButton.ID = _changePasswordImageButtonID; 2957imageButton.ID = _cancelImageButtonID; 2963pushButton.ID = _changePasswordPushButtonID; 2969pushButton.ID = _cancelPushButtonID; 2976container.PasswordRecoveryLink.ID = _passwordRecoveryLinkID; 2980container.CreateUserLink.ID = _createUserLinkID; 2985container.HelpPageLink.ID = _helpLinkID; 2989container.EditProfileLink.ID = _editProfileLinkID; 2994failureTextLabel.ID = _failureTextID;
UI\WebControls\CheckBoxList.cs (1)
43_controlToRepeat.ID = "0";
UI\WebControls\CreateUserWizard.cs (23)
2300ID = id, 2494_createUserStepContainer.ID = _createUserStepContainerID; 2508_completeStepContainer.ID = _completeStepContainerID; 3071ID = _editProfileLinkID 3078ID = _continueButtonID + "LinkButton", 3084ID = _continueButtonID + "Button", 3090ID = _continueButtonID + "ImageButton", 3157ID = _userNameID 3162ID = _passwordID, 3167ID = _confirmPasswordID, 3183ID = _helpLinkID 3187ID = _errorMessageID 3191ID = _emailID 3198ID = _emailRegExpID, 3212ID = _passwordRegExpID, 3223ID = _passwordCompareID, 3235ID = _questionID 3239ID = _answerID 3451ID = id + "LinkButton", 3460ID = id + "ImageButton", 3473ID = id + "Button", 3529item.ID = _sideBarLabelID; 3537dataList.ID = Wizard.DataListID;
UI\WebControls\DataList.cs (1)
1361outerTable.ID = ClientID;
UI\WebControls\ListControl.cs (3)
855controlToRepeat.ID = idSuffix; 859controlToRepeat.ID = owner.ID + "_" + idSuffix; 864controlToRepeat.ID = idSuffix;
UI\WebControls\login.cs (12)
1783userNameTextBox.ID = _userNameID; 1791userNameRequired.ID = _userNameRequiredID; 1802passwordTextBox.ID = _passwordID; 1810passwordRequired.ID = _passwordRequiredID; 1820rememberMeCheckBox.ID = _rememberMeID; 1824linkButton.ID = _linkButtonID; 1830imageButton.ID = _imageButtonID; 1836pushButton.ID = _pushButtonID; 1845passwordRecoveryLink.ID = _passwordRecoveryLinkID; 1850createUserLink.ID = _createUserLinkID; 1856helpPageLink.ID = _helpLinkID; 1860failureTextLabel.ID = _failureTextID;
UI\WebControls\LoginUtil.cs (1)
421table.ID = Parent.ClientID;
UI\WebControls\MenuItem.cs (1)
697panel.ID = Id + "Items";
UI\WebControls\PasswordRecovery.cs (19)
1294_questionContainer.ID = _questionContainerID; 1320_successContainer.ID = _successContainerID; 1340_userNameContainer.ID = _userNameContainerID; 2267questionContainer.UserName.ID = _userNameID; 2268questionContainer.Question.ID = _questionID; 2271answerTextBox.ID = _answerID; 2277answerRequired.ID = _answerRequiredID; 2287linkButton.ID = _linkButtonID; 2293imageButton.ID = _imageButtonID; 2299pushButton.ID = _pushButtonID; 2305questionContainer.HelpPageLink.ID = _helpLinkID; 2309failureTextLabel.ID = _failureTextID; 2587userNameTextBox.ID = _userNameID; 2593userNameRequired.ID = _userNameRequiredID; 2603linkButton.ID = _linkButtonID; 2609imageButton.ID = _imageButtonID; 2615pushButton.ID = _pushButtonID; 2621userNameContainer.HelpPageLink.ID = _helpLinkID; 2625failureTextLabel.ID = _failureTextID;
UI\WebControls\RepeatInfo.cs (2)
188outerControl.ID = baseControl.ClientID; 436outerControl.ID = baseControl.ClientID;
UI\WebControls\Wizard.cs (12)
1208_multiView.ID = _multiViewID; 1283ID = id 2395_startNavigationTemplateContainer.ID = _startNavigationTemplateContainerID; 2415_stepNavigationTemplateContainer.ID = _stepNavigationTemplateContainerID; 2433_finishNavigationTemplateContainer.ID = _finishNavigationTemplateContainerID; 2809ID = _headerCellID 2891ID = _sideBarCellID, 3067linkButton.ID = id + "LinkButton"; 3076imageButton.ID = id + "ImageButton"; 3086button.ID = id + "Button"; 3179linkButton.ID = SideBarButtonID; 3199dataList.ID = Wizard.DataListID;
UI\WebControls\WizardStepBase.cs (1)
97base.ID = value;
UI\WebParts\CatalogZoneBase.cs (1)
649zonesDropDownList.ID = ZonesID;
UI\WebParts\ConnectionsZone.cs (2)
811list.ID = providerListIdPrefix + providerConnectionPoint.ID; 822list.ID = consumerListIdPrefix + consumerConnectionPoint.ID;
UI\WebParts\GenericWebPart.cs (1)
130base.ID = value;
UI\WebParts\ImportCatalogPart.cs (1)
140_uploadButton.ID = "Upload";
UI\WebParts\ProxyWebPart.cs (1)
107base.ID = value;
UI\WebParts\RowToFieldTransformer.cs (1)
124_fieldName.ID = fieldNameID;
UI\WebParts\RowToParametersTransformer.cs (1)
267consumerFieldName.ID = consumerFieldNameID + i;
UI\WebParts\WebPartManager.cs (7)
1738newChildControl.ID = CreateDynamicWebPartID(childControlType); 1747newWebPart.ID = CreateDynamicWebPartID(webPart.GetType()); 2780childControl.ID = CreateDynamicWebPartID(partType); 2807childControl.ID = CreateDynamicWebPartID(partType); 3364dynamicWebPart.ID = id; 3395childControl.ID = id; 3398dynamicWebPart.ID = genericWebPartID;
System.Web.DataVisualization (1)
WebForm\ChartWebControl.cs (1)
617htmlImage.ID = this.ClientID;
System.Web.DynamicData (2)
DynamicData\DynamicControl.cs (1)
210FieldTemplate.ID = id;
DynamicData\SimpleFieldTemplateUserControl.cs (1)
76textBox.ID = TextBoxID;
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
1385control.ID = _automaticIDPrefix + _autoIDIndex++.ToString(CultureInfo.InvariantCulture); 2119placeholder.ID = placeholderID;
System.Web.Mobile (6)
UI\MobileControls\BaseValidator.cs (4)
246ID = _webBaseValidator.ID; 247_webBaseValidator.ID = idBuffer; 256ID = _webBaseValidator.ID; 257_webBaseValidator.ID = idBuffer;
UI\MobileControls\ObjectList.cs (2)
671item.ID = null; 700Selection.ID = "_ctl";
468 references to ID
System.Web (311)
UI\Control.cs (5)
229return flags[useGeneratedID] ? String.Empty : ID ?? String.Empty; 1366throw new InvalidOperationException(SR.GetString(SR.Control_NotADescendentOfNamingContainer, control.ID)); 2539childStates.Add(child.ID); 2920viewState = _occasionalFields.ControlsViewState[control.ID]; 2921_occasionalFields.ControlsViewState.Remove(control.ID);
UI\ControlBuilder.cs (2)
2514if (control.ID == null) 2524FieldInfo fieldInfo = TargetFrameworkUtil.GetField(templateControl.GetType(), control.ID,
UI\ControlIdConverter.cs (3)
57control.ID != null && 58control.ID.Length > 0 && 60array.Add(control.ID);
UI\HtmlControls\HtmlContainerControl.cs (1)
79throw new HttpException(SR.GetString(SR.Inner_Content_not_literal, ID));
UI\HtmlControls\HtmlControl.cs (1)
196if (ID != null)
UI\HtmlControls\HtmlInputRadioButton.cs (1)
105val = ID;
UI\HtmlControls\HtmlSelect.cs (6)
126throw new ArgumentException(SR.GetString(SR.Invalid_DataSource_Type, ID)); 530throw new HttpException(SR.GetString(SR.DataControl_DataSourceDoesntExist, ID, dataSourceID)); 534throw new HttpException(SR.GetString(SR.DataControl_DataSourceIDMustBeDataControl, ID, dataSourceID)); 545throw new InvalidOperationException(SR.GetString(SR.DataControl_MultipleDataSources, ID)); 552throw new InvalidOperationException(SR.GetString(SR.DataControl_ViewNotFound, ID)); 681throw new HttpException(SR.GetString(SR.DataBoundControl_InvalidDataPropertyChange, ID));
UI\HtmlForm.cs (3)
230return ID ?? _aspnetFormID; 240return ID; 435throw new InvalidOperationException(SR.GetString(SR.HtmlForm_OnlyIButtonControlCanBeDefaultButton, ID));
UI\Page.cs (1)
1774return base.ID;
UI\WebControls\AccessDataSource.cs (5)
173throw new InvalidOperationException(SR.GetString(SR.AccessDataSource_CannotSetProvider, ID)); 186throw new NotSupportedException(SR.GetString(SR.AccessDataSource_SqlCacheDependencyNotSupported, ID)); 189throw new NotSupportedException(SR.GetString(SR.AccessDataSource_SqlCacheDependencyNotSupported, ID)); 234throw new NotSupportedException(SR.GetString(SR.AccessDataSource_DesignTimeRelativePathsNotSupported, ID)); 245throw new HttpException(SR.GetString(SR.AccessDataSource_NoPathDiscoveryPermission, HttpRuntime.GetSafePath(filename), ID));
UI\WebControls\AccessDataSourceView.cs (1)
39throw new InvalidOperationException(SR.GetString(SR.AccessDataSourceView_SelectRequiresDataFile, _owner.ID));
UI\WebControls\AdRotator.cs (8)
297throw new HttpException(SR.GetString(SR.AdRotator_only_one_datasource, ID)); 314string id = adRotator.ID; 360ID, sampleItem.GetType())); 473throw new HttpException(SR.GetString(SR.AdRotator_cant_open_file, ID, e.Message)); 476throw new HttpException(SR.GetString(SR.AdRotator_cant_open_file_no_permission, ID)); 584SR.GetString(SR.AdRotator_parse_error, ID, e.Message), e); 589SR.GetString(SR.AdRotator_no_advertisements, ID, AdvertisementFile)); 771string id = ID;
UI\WebControls\BaseDataBoundControl.cs (1)
244throw new HttpException(SR.GetString(SR.DataBoundControl_InvalidDataPropertyChange, ID));
UI\WebControls\BaseDataList.cs (6)
233throw new ArgumentException(SR.GetString(SR.Invalid_DataSource_Type, ID)); 415throw new HttpException(SR.GetString(SR.DataControl_DataSourceDoesntExist, ID, dataSourceID)); 419throw new HttpException(SR.GetString(SR.DataControl_DataSourceIDMustBeDataControl, ID, dataSourceID)); 430throw new InvalidOperationException(SR.GetString(SR.DataControl_MultipleDataSources, ID)); 437throw new InvalidOperationException(SR.GetString(SR.DataControl_ViewNotFound, ID)); 559throw new HttpException(SR.GetString(SR.DataBoundControl_InvalidDataPropertyChange, ID));
UI\WebControls\BaseValidator.cs (4)
431SR.GetString(SR.Validator_control_not_found, name, propertyName, ID)); 438SR.GetString(SR.Validator_bad_control_type, name, propertyName, ID)); 453SR.GetString(SR.Validator_control_blank, ID)); 787Debug.Trace("BaseValidator.Validate", "id:" + ID + ", evaluateIsValid = " + IsValid.ToString());
UI\WebControls\Calendar.cs (1)
1258if (ID != null) {
UI\WebControls\ChangePassword.cs (1)
2857validator.ControlToValidate = textBox.ID;
UI\WebControls\CheckBoxList.cs (1)
265throw new InvalidOperationException(SR.GetString(SR.ListControl_RenderWhenDataEmptyNotSupportedWithTableLayout, ID));
UI\WebControls\ChildTable.cs (2)
70if (ID != null) { 84string id = parent.ID;
UI\WebControls\CommandField.cs (1)
656throw new NotSupportedException(SR.GetString(SR.CommandField_CallbacksNotSupported, Control.ID));
UI\WebControls\CompareValidator.cs (2)
135ID, 148ID,
UI\WebControls\CreateUserWizard.cs (7)
1633_validationGroup = ID; 2301ControlToValidate = targetTextBox.ID, 3581_createUserWizard.ID, _answerID)); 3636_createUserWizard.ID, _emailID)); 3699_createUserWizard.ID, _passwordID)); 3735_createUserWizard.ID, _questionID)); 3760_createUserWizard.ID, _userNameID));
UI\WebControls\DataBoundControl.cs (5)
215throw new InvalidOperationException(SR.GetString(SR.DataControl_ItemType_MultipleDataSources, ID)); 219throw new InvalidOperationException(SR.GetString(SR.DataControl_MultipleDataSources, ID)); 257throw new InvalidOperationException(SR.GetString(SR.DataControl_ViewNotFound, ID)); 328throw new HttpException(SR.GetString(SR.DataControl_DataSourceDoesntExist, ID, dataSourceID)); 332throw new HttpException(SR.GetString(SR.DataControl_DataSourceIDMustBeDataControl, ID, dataSourceID));
UI\WebControls\DataBoundControlHelper.cs (1)
46throw new HttpException(SR.GetString(SR.DataBoundControlHelper_NoNamingContainer, control.GetType().Name, control.ID));
UI\WebControls\DataControlField.cs (1)
669throw new NotSupportedException(SR.GetString(SR.DataControlField_CallbacksNotSupported, Control.ID));
UI\WebControls\DataGrid.cs (3)
965throw new HttpException(SR.GetString(SR.DataGrid_NoAutoGenColumns, ID)); 1066throw new HttpException(SR.GetString(SR.DataGrid_Missing_VirtualItemCount, ID)); 1100Table table = new ChildTable(String.IsNullOrEmpty(ID) ? null : ClientID);
UI\WebControls\DataList.cs (1)
605throw new InvalidOperationException(SR.GetString(SR.DataList_DataKeyFieldMustBeSpecified, ID));
UI\WebControls\DataListItem.cs (1)
152Parent.ID, itemType.ToString()));
UI\WebControls\DetailsView.cs (15)
1551throw new HttpException(SR.GetString(SR.DataBoundControl_NullView, ID)); 1610throw new HttpException(SR.GetString(SR.DetailsView_DataSourceMustBeCollection, ID)); 2137return new ChildTable(String.IsNullOrEmpty(ID) ? null : ClientID); 2312throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2451throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2497throw new HttpException(SR.GetString(SR.DetailsViewFormView_ControlMustBeInInsertMode, "DetailsView", ID)); 2506throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2617throw new HttpException(SR.GetString(SR.DetailsViewFormView_ControlMustBeInEditMode, "DetailsView", ID)); 2630throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 3023throw new HttpException(SR.GetString(SR.DetailsView_UnhandledEvent, ID, "ItemDeleting")); 3049throw new HttpException(SR.GetString(SR.DetailsView_UnhandledEvent, ID, "ItemInserting")); 3075throw new HttpException(SR.GetString(SR.DetailsView_UnhandledEvent, ID, "ItemUpdating")); 3101throw new HttpException(SR.GetString(SR.DetailsView_UnhandledEvent, ID, "ModeChanging")); 3126throw new HttpException(SR.GetString(SR.DetailsView_UnhandledEvent, ID, "PageIndexChanging")); 3591throw new InvalidOperationException(SR.GetString(SR.CannotUseParentPostBackWhenValidating, this.GetType().Name, ID));
UI\WebControls\DetailsViewRowsGenerator.cs (1)
97throw new InvalidOperationException(SR.GetString(SR.DetailsView_NoAutoGenFields, detailsView.ID));
UI\WebControls\FilteredDataSetHelper.cs (1)
60throw new InvalidOperationException(SR.GetString(SR.FilteredDataSetHelper_DataSetHasNoTables, owner.ID));
UI\WebControls\FormView.cs (16)
1326throw new HttpException(SR.GetString(SR.DataBoundControl_NullView, ID)); 1380throw new HttpException(SR.GetString(SR.FormView_DataSourceMustBeCollection, ID)); 1832return new ChildTable(String.IsNullOrEmpty(ID) ? null : ClientID); 1942throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2080throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2128throw new HttpException(SR.GetString(SR.DetailsViewFormView_ControlMustBeInInsertMode, "FormView", ID)); 2137throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2247throw new HttpException(SR.GetString(SR.DetailsViewFormView_ControlMustBeInEditMode, "FormView", ID)); 2260throw new HttpException(SR.GetString(SR.View_DataSourceReturnedNullView, ID)); 2592throw new HttpException(SR.GetString(SR.FormView_UnhandledEvent, ID, "PageIndexChanging")); 2659throw new HttpException(SR.GetString(SR.FormView_UnhandledEvent, ID, "ItemDeleting")); 2685throw new HttpException(SR.GetString(SR.FormView_UnhandledEvent, ID, "ItemInserting")); 2711throw new HttpException(SR.GetString(SR.FormView_UnhandledEvent, ID, "ItemUpdating")); 2737throw new HttpException(SR.GetString(SR.FormView_UnhandledEvent, ID, "ModeChanging")); 2866propertyName, GetType().Name, ID)); 3031throw new InvalidOperationException(SR.GetString(SR.CannotUseParentPostBackWhenValidating, this.GetType().Name, ID));
UI\WebControls\GridView.cs (15)
1199throw new InvalidOperationException(SR.GetString(SR.GridView_DataKeyNamesMustBeSpecified, ID)); 1934throw new HttpException(SR.GetString(SR.DataBoundControl_NullView, ID)); 1986throw new HttpException(SR.GetString(SR.GridView_Missing_VirtualItemCount, ID)); 2319return new ChildTable(String.IsNullOrEmpty(ID) ? null : ClientID); 2846throw new HttpException(SR.GetString(SR.GridView_DataSourceReturnedNullView, ID)); 3046throw new HttpException(SR.GetString(SR.GridView_DataSourceReturnedNullView, ID)); 3170throw new HttpException(SR.GetString(SR.GridView_DataSourceReturnedNullView, ID)); 3195throw new HttpException(SR.GetString(SR.GridView_DataSourceReturnedNullView, ID)); 3696throw new HttpException(SR.GetString(SR.GridView_UnhandledEvent, ID, "PageIndexChanging")); 3752throw new HttpException(SR.GetString(SR.GridView_UnhandledEvent, ID, "RowCancelingEdit")); 3803throw new HttpException(SR.GetString(SR.GridView_UnhandledEvent, ID, "RowDeleting")); 3820throw new HttpException(SR.GetString(SR.GridView_UnhandledEvent, ID, "RowEditing")); 3845throw new HttpException(SR.GetString(SR.GridView_UnhandledEvent, ID, "RowUpdating")); 3892throw new HttpException(SR.GetString(SR.GridView_UnhandledEvent, ID, "Sorting")); 4449throw new InvalidOperationException(SR.GetString(SR.CannotUseParentPostBackWhenValidating, this.GetType().Name, ID));
UI\WebControls\GridViewColumnsGenerator.cs (1)
142throw new InvalidOperationException(SR.GetString(SR.GridView_NoAutoGenFields, gridView.ID));
UI\WebControls\HiddenField.cs (1)
155if (ID != null) {
UI\WebControls\HierarchicalDataBoundControl.cs (5)
49throw new InvalidOperationException(SR.GetString(SR.DataControl_MultipleDataSources, ID)); 72throw new InvalidOperationException(SR.GetString(SR.DataControl_MultipleDataSources, ID)); 101throw new InvalidOperationException(SR.GetString(SR.HierarchicalDataControl_ViewNotFound, ID)); 122throw new HttpException(SR.GetString(SR.HierarchicalDataControl_DataSourceDoesntExist, ID, dataSourceID)); 126throw new HttpException(SR.GetString(SR.HierarchicalDataControl_DataSourceIDMustBeHierarchicalDataControl, ID, dataSourceID));
UI\WebControls\Label.cs (1)
153throw new HttpException(SR.GetString(SR.LabelForNotFound, associatedControlID, ID));
UI\WebControls\LabelLiteral.cs (2)
29writer.Write(_for.ID); 31writer.Write(_for.ID);
UI\WebControls\ListControl.cs (7)
305throw new ArgumentOutOfRangeException("value", SR.GetString(SR.ListControl_SelectionOutOfRange, ID, "SelectedIndex")); 319throw new ArgumentOutOfRangeException("value", SR.GetString(SR.ListControl_SelectionOutOfRange, ID, "SelectedIndex")); 403throw new ArgumentOutOfRangeException("value", SR.GetString(SR.ListControl_SelectionOutOfRange, ID, "SelectedValue")); 599throw new InvalidOperationException(SR.GetString(SR.DataControl_ViewNotFound, ID)); 733throw new ArgumentOutOfRangeException("value", SR.GetString(SR.ListControl_SelectionOutOfRange, ID, "SelectedValue")); 853if (String.IsNullOrEmpty(owner.ID)) { 859controlToRepeat.ID = owner.ID + "_" + idSuffix;
UI\WebControls\login.cs (2)
1793userNameRequired.ControlToValidate = userNameTextBox.ID; 1812passwordRequired.ControlToValidate = passwordTextBox.ID;
UI\WebControls\loginstatus.cs (2)
378if ((ID != null) && (ID.Length != 0)) {
UI\WebControls\LoginUtil.cs (4)
319throw new HttpException(SR.GetString(errorResourceKey, Owner.ID, id)); 354propertyName, _owner.GetType().Name, _owner.ID)); 419string parentID = Parent.ID; 446throw new HttpException(SR.GetString(errorResourceKey, Owner.ID, id));
UI\WebControls\Menu.cs (1)
1396throw new InvalidOperationException(SR.GetString(SR.Menu_DataSourceReturnedNullView, ID));
UI\WebControls\MultiView.cs (3)
286throw new HttpException(SR.GetString(SR.MultiView_invalid_view_id, ID, 359throw new HttpException(SR.GetString(SR.MultiView_view_not_found, (view == null ? "null" : view.ID), this.ID));
UI\WebControls\ObjectDataSource.cs (1)
883throw new ArgumentException(SR.GetString(SR.DataSource_InvalidViewName, ID, DefaultViewName), "viewName");
UI\WebControls\ObjectDataSourceView.cs (26)
695throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_DataObjectPropertyNotFound, propName, _owner.ID)); 698throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_DataObjectPropertyReadOnly, propName, _owner.ID)); 784throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_FilterNotSupported, _owner.ID)); 788throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_SortNotSupportedOnIEnumerable, _owner.ID)); 836throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_DeleteNotSupported, _owner.ID)); 856throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_delete), _owner.ID, "oldValues")); 884throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_delete), _owner.ID, "oldValues")); 914throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_InsertNotSupported, _owner.ID)); 929throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_InsertRequiresValues, _owner.ID)); 980throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_SelectNotSupported, _owner.ID)); 1015throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_FilterNotSupported, _owner.ID)); 1081throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MissingPagingSettings, _owner.ID)); 1141throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_FilterNotSupported, _owner.ID)); 1147throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_CacheNotSupportedOnSortedDataView, _owner.ID)); 1183throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_CacheNotSupportedOnIDataReader, _owner.ID)); 1197throw new NotSupportedException(SR.GetString(SR.ObjectDataSourceView_UpdateNotSupported, _owner.ID)); 1213throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_update), _owner.ID, "oldValues")); 1230throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_update), _owner.ID, "oldValues")); 1404throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundForDataObject, _owner.ID, methodName, dataObjectType.FullName)); 1437throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_NoOldValuesParams, _owner.ID)); 1554throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MultipleOverloads, _owner.ID)); 1559throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundNoParams, _owner.ID, methodName)); 1565throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_MethodNotFoundWithParams, _owner.ID, methodName, paramString)); 1601throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_TypeNotSpecified, _owner.ID)); 1609throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_TypeNotFound, _owner.ID)); 2035throw new InvalidOperationException(SR.GetString(SR.ObjectDataSourceView_DataObjectTypeNotFound, _owner.ID));
UI\WebControls\Panel.cs (1)
300throw new InvalidOperationException(SR.GetString(SR.HtmlForm_OnlyIButtonControlCanBeDefaultButton, ID));
UI\WebControls\PasswordRecovery.cs (2)
2279answerRequired.ControlToValidate = answerTextBox.ID; 2595userNameRequired.ControlToValidate = userNameTextBox.ID;
UI\WebControls\RadioButton.cs (2)
104if (ID != null) 105valueAttr = ID;
UI\WebControls\RadioButtonList.cs (1)
311throw new InvalidOperationException(SR.GetString(SR.ListControl_RenderWhenDataEmptyNotSupportedWithTableLayout, ID));
UI\WebControls\RangeValidator.cs (3)
141ID, 152ID, 165ID,
UI\WebControls\Repeater.cs (7)
252throw new ArgumentException(SR.GetString(SR.Invalid_DataSource_Type, ID)); 518throw new InvalidOperationException(SR.GetString(SR.DataControl_ItemType_MultipleDataSources, ID)); 545throw new HttpException(SR.GetString(SR.DataControl_DataSourceDoesntExist, ID, dataSourceID)); 549throw new HttpException(SR.GetString(SR.DataControl_DataSourceIDMustBeDataControl, ID, dataSourceID)); 561throw new InvalidOperationException(SR.GetString(SR.DataControl_MultipleDataSources, ID)); 568throw new InvalidOperationException(SR.GetString(SR.DataControl_ViewNotFound, ID)); 862throw new HttpException(SR.GetString(SR.DataBoundControl_InvalidDataPropertyChange, ID));
UI\WebControls\SqlDataSource.cs (4)
218throw new ArgumentOutOfRangeException(SR.GetString(SR.SqlDataSource_InvalidMode, ID)); 528throw new NotSupportedException(SR.GetString(SR.SqlDataSource_SqlCacheDependencyNotSupported, ID)); 949throw new HttpException(SR.GetString(SR.SqlDataSource_NoDbPermission, _providerFactory.GetType().Name, ID)); 981throw new ArgumentException(SR.GetString(SR.DataSource_InvalidViewName, ID, DefaultViewName), "viewName");
UI\WebControls\SqlDataSourceView.cs (18)
700return new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_MissingParameters, operation, _owner.ID, parameterNames)); 794throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_DeleteNotSupported, _owner.ID)); 800throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_CouldNotCreateConnection, _owner.ID)); 810throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_delete), _owner.ID, "values")); 837throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_InsertNotSupported, _owner.ID)); 843throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_CouldNotCreateConnection, _owner.ID)); 882throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_CouldNotCreateConnection, _owner.ID)); 907throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_CacheNotSupported, _owner.ID)); 957throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_SortParameterRequiresStoredProcedure, _owner.ID)); 1017throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_CommandNotificationNotSupported, _owner.ID)); 1086throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_FilterNotSupported, _owner.ID)); 1090throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_SortNotSupported, _owner.ID)); 1138throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_UpdateNotSupported, _owner.ID)); 1144throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_CouldNotCreateConnection, _owner.ID)); 1155throw new InvalidOperationException(SR.GetString(SR.SqlDataSourceView_Pessimistic, SR.GetString(SR.DataSourceView_update), _owner.ID, "oldValues")); 1428throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_NoPaging, _owner.ID)); 1432throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_NoSorting, _owner.ID)); 1436throw new NotSupportedException(SR.GetString(SR.SqlDataSourceView_NoRowCount, _owner.ID));
UI\WebControls\Table.cs (1)
342throw new HttpException(SR.GetString(SR.Table_SectionsMustBeInOrder, ID));
UI\WebControls\TemplateField.cs (1)
327throw new NotSupportedException(SR.GetString(SR.TemplateField_CallbacksNotSupported, Control.ID));
UI\WebControls\TreeNode.cs (1)
1179throw new InvalidOperationException(SR.GetString(SR.TreeView_PopulateOnlyEmptyNodes, _owner.ID));
UI\WebControls\TreeView.cs (2)
1410throw new InvalidOperationException(SR.GetString(SR.TreeView_PopulateOnlyForDataSourceControls, ID)); 1420throw new InvalidOperationException(SR.GetString(SR.TreeView_DataSourceReturnedNullView, ID));
UI\WebControls\WebControl.cs (1)
590if (this.ID != null) {
UI\WebControls\Wizard.cs (5)
2483throw new InvalidOperationException(SR.GetString(SR.Wizard_Header_Placeholder_Must_Be_Specified_For_HeaderText, Owner.ID, HeaderPlaceholderId)); 2510throw new InvalidOperationException(SR.GetString(SR.Wizard_Navigation_Placeholder_Must_Be_Specified, Owner.ID, NavigationPlaceholderId)); 2524throw new InvalidOperationException(SR.GetString(SR.Wizard_Header_Placeholder_Must_Be_Specified_For_HeaderTemplate, Owner.ID, HeaderPlaceholderId)); 2549throw new InvalidOperationException(SR.GetString(SR.Wizard_Sidebar_Placeholder_Must_Be_Specified, Owner.ID, SideBarPlaceholderId)); 2564throw new InvalidOperationException(SR.GetString(SR.Wizard_Step_Placeholder_Must_Be_Specified, Owner.ID, WizardStepPlaceholderId));
UI\WebControls\WizardStepBase.cs (2)
73return base.ID; 82if (value != null && value.Equals(Owner.ID, StringComparison.OrdinalIgnoreCase)) {
UI\WebControls\XmlDataSource.cs (8)
168throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_CannotChangeWhileLoading, "Data", ID)); 196throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_CannotChangeWhileLoading, "DataFile", ID)); 259throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_CannotChangeWhileLoading, "Transform", ID)); 303throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_CannotChangeWhileLoading, "TransformFile", ID)); 343throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_CannotChangeWhileLoading, "XPath", ID)); 453throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_NoWebPermission, uri.PathAndQuery, ID)); 470throw new NotSupportedException(SR.GetString(SR.XmlDataSource_DesignTimeRelativePathsNotSupported, ID)); 665throw new InvalidOperationException(SR.GetString(SR.XmlDataSource_SaveNotAllowed, ID));
UI\WebParts\BlobPersonalizationState.cs (3)
434return CreatePersonalizationID(control.ID, associatedGenericWebPart.ID); 437return CreatePersonalizationID(control.ID, null);
UI\WebParts\CatalogPart.cs (1)
71throw new InvalidOperationException(SR.GetString(SR.CatalogPart_MustBeInZone, ID));
UI\WebParts\CatalogPartCollection.cs (1)
36if (String.Equals(catalogPart.ID, id, StringComparison.OrdinalIgnoreCase)) {
UI\WebParts\CatalogZone.cs (1)
49throw new InvalidOperationException(SR.GetString(SR.CatalogZone_OnlyCatalogParts, ID));
UI\WebParts\CatalogZoneBase.cs (7)
106if (String.IsNullOrEmpty(catalogPart.ID)) { 221return catalogParts[0].ID; 606Debug.Assert(!String.IsNullOrEmpty(catalogPart.ID)); 607string eventArgument = selectEventArgument + ID_SEPARATOR + catalogPart.ID; 660Debug.Assert(!String.IsNullOrEmpty(zone.ID)); 661ListItem item = new ListItem(zone.DisplayTitle, zone.ID); 662if (String.Equals(zone.ID, _selectedZoneID, StringComparison.OrdinalIgnoreCase)) {
UI\WebParts\ConnectionsZone.cs (5)
945_pendingConsumerID = connection.Consumer.ID; 1088validConsumers.Add(consumer.ID + ID_SEPARATOR + consumerConnectionPoint.ID, 1095validConsumers.Add(consumer.ID + ID_SEPARATOR + consumerConnectionPoint.ID, 1138validProviders.Add(provider.ID + ID_SEPARATOR + providerConnectionPoint.ID, 1145validProviders.Add(provider.ID + ID_SEPARATOR + providerConnectionPoint.ID,
UI\WebParts\EditorPart.cs (1)
131throw new InvalidOperationException(SR.GetString(SR.EditorPart_MustBeInZone, ID));
UI\WebParts\EditorZone.cs (1)
49throw new InvalidOperationException(SR.GetString(SR.EditorZone_OnlyEditorParts, ID));
UI\WebParts\EditorZoneBase.cs (1)
124if (String.IsNullOrEmpty(editorPart.ID)) {
UI\WebParts\GenericWebPart.cs (3)
48if (String.IsNullOrEmpty(control.ID)) { 52ID = IDPrefix + control.ID; 127return base.ID;
UI\WebParts\LayoutEditorPart.cs (1)
165ListItem item = new ListItem(zone.DisplayTitle, zone.ID);
UI\WebParts\ProxyWebPart.cs (3)
39_originalID = childControl.ID; 61_originalID = webPart.ID; 104return base.ID;
UI\WebParts\RowToFieldTransformer.cs (1)
143fieldNameLabel.AssociatedControlID = _fieldName.ID;
UI\WebParts\RowToParametersTransformer.cs (1)
309consumerFieldNameLabel.AssociatedControlID = consumerFieldName.ID;
UI\WebParts\WebPart.cs (6)
560return titleBarIDPrefix + ID; 650return WholePartIDPrefix + ID; 744throw new InvalidOperationException(SR.GetString(SR.WebPart_NotStandalone, "Hidden", ID)); 749throw new InvalidOperationException(SR.GetString(SR.WebPart_OnlyStandalone, "Visible", ID)); 872c = String.Compare(p1.ID, p2.ID, StringComparison.CurrentCulture);
UI\WebParts\WebPartChrome.cs (1)
529string eventArgument = verb.GetEventArgument(webPart.ID);
UI\WebParts\WebPartCollection.cs (2)
65if (String.Equals(webPart.ID, id, StringComparison.OrdinalIgnoreCase)) { 73if (String.Equals(control.ID, id, StringComparison.OrdinalIgnoreCase)) {
UI\WebParts\WebPartDescription.cs (1)
36string id = part.ID;
UI\WebParts\WebPartManager.cs (30)
1029Internals.SetZoneID(webPart, zone.ID); 1252throw new InvalidOperationException(SR.GetString(SR.WebPartManager_CantConnectClosed, provider.ID)); 1261throw new InvalidOperationException(SR.GetString(SR.WebPartManager_CantConnectClosed, consumer.ID)); 1270throw new InvalidOperationException(SR.GetString(SR.WebPartConnection_DisabledConnectionPoint, providerConnectionPoint.ID, provider.ID)); 1279throw new InvalidOperationException(SR.GetString(SR.WebPartConnection_DisabledConnectionPoint, consumerConnectionPoint.ID, consumer.ID)); 1291throw new InvalidOperationException(SR.GetString(SR.WebPartConnection_Duplicate, providerConnectionPoint.ID, provider.ID)); 1304throw new InvalidOperationException(SR.GetString(SR.WebPartConnection_Duplicate, consumerConnectionPoint.ID, consumer.ID)); 1317new string[] {providerConnectionPoint.DisplayName, provider.ID, 1318consumerConnectionPoint.DisplayName, consumer.ID})); 1329consumerConnectionPoint.DisplayName, consumer.ID, 1330providerConnectionPoint.DisplayName, provider.ID})); 1355providerConnectionPoint.DisplayName, provider.ID, transformerType.FullName)); 1364transformerType.FullName, consumerConnectionPoint.DisplayName, consumer.ID)); 1375consumerConnectionPoint.DisplayName, consumer.ID)); 1703connection.ProviderID = providerControl.ID; 1704connection.ConsumerID = consumerControl.ID; 2305SortedList parts = (SortedList)_partsForZone[zone.ID]; 2421HttpUtility.UrlEncode(webPart.ID) + 3207string webPartID = webPart.ID; 3209string personalizedAuthorizationFilter = Personalization.GetAuthorizationFilter(webPart.ID); 3913string zoneID = zone.ID; 4006myState[selectedWebPartIndex] = SelectedWebPart.ID; 4030webPartState[4*i] = webPart.ID; 4079id = childControl.ID; 4090id = webPart.ID; 4370string partID = webPart.ID; 4385string childControlID = genericWebPart.ChildControl.ID; 4413string zoneID = zone.ID; 4448_manager._partAndChildControlIDs.Remove(webPart.ID); 4453_manager._partAndChildControlIDs.Remove(genericWebPart.ChildControl.ID);
UI\WebParts\WebPartMenu.cs (1)
276eventArgument = verb.GetEventArgument(associatedWebPart.ID);
UI\WebParts\WebPartZoneBase.cs (1)
247string id = ID;
UI\WebParts\WebPartZoneCollection.cs (1)
59if (String.Equals(zone.ID, id, StringComparison.OrdinalIgnoreCase)) {
System.Web.DynamicData (28)
DynamicData\ControlFilterExpression.cs (1)
78Owner.ID,
DynamicData\DynamicControl.cs (1)
265DynamicDataResources.DynamicControl_ControlMustHaveDateFieldAttribute, GetType().Name, ID));
DynamicData\DynamicEntity.cs (1)
86this.ID));
DynamicData\DynamicHyperLink.cs (4)
137DynamicDataResources.DynamicHyperLink_CannotSetTableAndContextWhenDatabinding, this.ID)); 143DynamicDataResources.DynamicHyperLink_CannotBindToNull, this.ID)); 206throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.DynamicHyperLink_CannotDetermineTable, this.ID), exception); 210throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.DynamicHyperLink_CannotDetermineTable, this.ID));
DynamicData\DynamicValidator.cs (1)
47DynamicDataResources.DynamicValidator_ControlNotFound, ControlToValidate, ID));
DynamicData\FilterRepeater.cs (7)
144ID)); 148ID)); 159ID, 169ID, 177ID, 185ID)); 215ID,
DynamicData\FilterUserControlBase.cs (10)
65ID, 131ID)); 141ID)); 146ID)); 156ID, 166ID, 175ID)); 184ID, 207ID, contextTypeName), e); 302FilterUserControl.ID,
DynamicData\QueryableFilterRepeater.cs (1)
115ID,
DynamicData\Util\MetaTableHelper.cs (1)
78string id = (c != null ? c.ID : String.Empty);
DynamicData\Util\Misc.cs (1)
297control.GetType().Name, control.ID));
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceWizardForm.cs (1)
33this.Text = String.Format(CultureInfo.InvariantCulture, Strings.Wizard_Caption(((EntityDataSource)entityDataSourceDesigner.Component).ID));
System.Web.Extensions (81)
UI\AsyncPostBackTrigger.cs (3)
85throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, Owner.ID)); 104throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.AsyncPostBackTrigger_CannotFindEvent, eventName, ControlID, Owner.ID)); 112throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.AsyncPostBackTrigger_InvalidEvent, eventName, ControlID, Owner.ID));
UI\ExtenderControl.cs (3)
64AtlasWeb.Common_ScriptManagerRequired, ID)); 127AtlasWeb.ExtenderControl_TargetControlIDEmpty, ID)); 133AtlasWeb.ExtenderControl_TargetControlIDInvalid, ID, TargetControlID));
UI\PageRequestManager.cs (6)
226return new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_InvalidControlRegistration, control.ID)); 580throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_CannotRegisterBothPostBacks, control.ID)); 608control.ID), 627throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_CannotRegisterBothPostBacks, control.ID)); 645String.Format(CultureInfo.InvariantCulture, "The UpdatePanel with ID '{0}' has already been registered with the ScriptManager.", updatePanel.ID)); 918throw new ArgumentException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.ScriptManager_UpdatePanelNotRegistered, updatePanel.ID), "updatePanel");
UI\PostBackTrigger.cs (1)
51throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, Owner.ID));
UI\ScriptControl.cs (1)
56AtlasWeb.Common_ScriptManagerRequired, ID));
UI\ScriptControlManager.cs (4)
205extenderControlAsControl.ID), 242scriptControlAsControl.ID), 313extenderControl.ID, targetControl.ID, extenderControlType, targetControlType));
UI\ScriptManagerProxy.cs (1)
151throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID));
UI\Timer.cs (1)
98throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID));
UI\UpdatePanel.cs (10)
102throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotSetContentTemplate, ID)); 196throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID)); 353throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_ChildrenTriggersAndUpdateAlways, ID)); 441throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_UpdateConditional, ID)); 445throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_UpdateTooLate, ID)); 472throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 476throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 480throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 495throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID)); 502throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanel_CannotModifyControlCollection, Owner.ID));
UI\UpdatePanelControlTrigger.cs (2)
40throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_NoControlID, Owner.ID)); 44throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.UpdatePanelControlTrigger_ControlNotFound, ControlID, Owner.ID));
UI\UpdateProgress.cs (1)
128throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, AtlasWeb.Common_ScriptManagerRequired, ID));
UI\WebControls\DataPager.cs (2)
235if (this.ID != null) { 310throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.DataPager_NoNamingContainer, ID));
UI\WebControls\Expressions\OfTypeExpression.cs (2)
61Owner.ID)); 69Owner.ID), e);
UI\WebControls\LinqDataSourceView.cs (16)
114AtlasWeb.LinqDataSourceView_ContextTypeNameNotSpecified, _owner.ID)); 121AtlasWeb.LinqDataSourceView_ContextTypeNameNotFound, _owner.ID), e); 136AtlasWeb.LinqDataSourceView_ContextTypeNameChanged, _owner.ID)); 177AtlasWeb.LinqDataSourceView_EnableObjectTrackingChanged, _owner.ID)); 216AtlasWeb.LinqDataSourceView_TableNameChanged, _owner.ID)); 360AtlasWeb.LinqDataSourceView_TableCannotBeStatic, TableName, contextType.Name, _owner.ID)); 387AtlasWeb.LinqDataSourceView_TableNameNotFound, TableName, contextType.Name, _owner.ID)); 611AtlasWeb.LinqDataSourceView_TableNameNotSpecified, _owner.ID)); 923AtlasWeb.LinqDataSourceView_InvalidContextType, _owner.ID)); 930AtlasWeb.LinqDataSourceView_DeleteNotSupported, _owner.ID)); 938AtlasWeb.LinqDataSourceView_GroupByNotSupportedOnEdit, _owner.ID)); 942AtlasWeb.LinqDataSourceView_SelectNewNotSupportedOnEdit, _owner.ID)); 949AtlasWeb.LinqDataSourceView_InsertNotSupported, _owner.ID)); 954AtlasWeb.LinqDataSourceView_InsertRequiresValues, _owner.ID)); 962AtlasWeb.LinqDataSourceView_InvalidTablePropertyType, _owner.ID)); 970AtlasWeb.LinqDataSourceView_UpdateNotSupported, _owner.ID));
UI\WebControls\ListView.cs (20)
785throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_DataKeyNamesMustBeSpecified, ID)); 1455throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 1506throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_Missing_VirtualItemCount, ID)); 1530throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_GroupItemCountNoGroupTemplate, ID, GroupPlaceholderID)); 1617throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_InsertTemplateRequired, ID)); 2125throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NoItemPlaceholder, ID, ItemPlaceholderID)); 2131throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NoGroupPlaceholder, ID, GroupPlaceholderID)); 2191throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2336throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2408throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2497throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2527throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_NullView, ID)); 2647throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_ItemTemplateRequired, ID)); 2840throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemCanceling")); 2910throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemDeleting")); 2926throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemEditing")); 2953throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemInserting")); 2978throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "ItemUpdating")); 3049throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "SelectedIndexChanging")); 3076throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, AtlasWeb.ListView_UnhandledEvent, ID, "Sorting"));
UI\WebControls\QueryableDataSource.cs (1)
78AtlasWeb.LinqDataSource_InvalidViewName, ID, DefaultViewName), "viewName");
UI\WebControls\QueryableDataSourceHelper.cs (3)
123AtlasWeb.LinqDataSourceView_ParametersMustBeNamed, owner.ID)); 140AtlasWeb.LinqDataSourceView_ParametersMustBeNamed, owner.ID)); 233AtlasWeb.LinqDataSourceView_InvalidParameterName, name, owner.ID));
UI\WebControls\QueryableDataSourceView.cs (4)
403AtlasWeb.LinqDataSourceView_WhereAlreadySpecified, _owner.ID)); 414AtlasWeb.LinqDataSourceView_OrderByAlreadySpecified, _owner.ID)); 427AtlasWeb.LinqDataSourceView_OrderGroupsByRequiresGroupBy, _owner.ID)); 469AtlasWeb.LinqDataSourceView_PagingNotHandled, _owner.ID));
System.Web.Mobile (47)
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (1)
922return (form.ID != null && pageAdapter.RendersMultipleForms());
UI\MobileControls\BaseValidator.cs (7)
245idBuffer = ID; 246ID = _webBaseValidator.ID; 255idBuffer = ID; 256ID = _webBaseValidator.ID; 307SR.BaseValidator_ControlToValidateBlank, ID)); 324SR.BaseValidator_ControlNotFound, name, propertyName, ID)); 332SR.BaseValidator_BadControlType, name, propertyName, ID));
UI\MobileControls\CompareValidator.cs (2)
154SR.CompareValidator_BadCompareControl, ID, ControlToCompare)); 167ID,
UI\MobileControls\Design\Adapters\DesignerAdRotatorAdapter.cs (1)
55writer.WriteAttribute("alt", Control.ID);
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
81this.Text = _designer.UnderlyingControl.ID
UI\MobileControls\Design\BaseValidatorDesigner.cs (1)
91_baseValidator.ErrorMessage = "[" + _baseValidator.ID + "]";
UI\MobileControls\Design\CommandDesigner.cs (1)
87_command.Text = "[" + _command.ID + "]";
UI\MobileControls\Design\Converters\FormConverter.cs (5)
71if ((form == null || form.ID == null) && 110else if (form.ID == null && (GetContainingStyleSheet(control) == null)) 140candidate.ID != null && 141candidate.ID.Length != 0) 143controlList.Add(ProcessControlId(candidate.ID));
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (4)
103controlArray.Add(control.ID); 132controlArray.Add(control.ID); 144if (control.ID == null || control.ID.Length == 0)
UI\MobileControls\Design\DeviceSpecificDesigner.cs (2)
2800 != String.Compare(_ds.ID, _parentContainer.DeviceSpecific.ID, StringComparison.OrdinalIgnoreCase))
UI\MobileControls\Design\FormDesigner.cs (1)
158_form.ID,
UI\MobileControls\Design\LabelDesigner.cs (1)
90_label.Text = "[" + _label.ID + "]";
UI\MobileControls\Design\LinkDesigner.cs (1)
90_link.Text = "[" + _link.ID + "]";
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (3)
428IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, (Object) this.TemplateDeviceFilter); 433IMobileWebFormServices.SetCache(_control.ID, (Object) DefaultTemplateDeviceFilter, null); 694this.TemplateDeviceFilter = (String) IMobileWebFormServices.GetCache(_control.ID, (Object)DefaultTemplateDeviceFilter);
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
91_call.Text = "[" + _call.ID + "]";
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
78this.Text = _designer.UnderlyingControl.ID
UI\MobileControls\Design\StylesEditorDialog.cs (1)
321this.Text = _styleSheet.ID + " - " + SR.GetString(SR.StylesEditorDialog_Title);
UI\MobileControls\Design\StyleSheetDesigner.cs (4)
162TemplateStyle = (String) IMobileWebFormServices.GetCache(_styleSheet.ID, _templateStyle); 165_styleSheet.ID, 240IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, (Object) this.TemplateStyle); 245IMobileWebFormServices.SetCache(_styleSheet.ID, (Object) _templateStyle, null);
UI\MobileControls\Design\TextViewDesigner.cs (1)
95_textView.Text = "[" + _textView.ID + "]";
UI\MobileControls\Form.cs (2)
352this.ID, 353parentForm.ID));
UI\MobileControls\PhoneCall.cs (1)
157SR.GetString(SR.PhoneCall_EmptyPhoneNumber, ID));
UI\MobileControls\RangeValidator.cs (3)
135ID, 147ID, 158minumumValue, ID));
UI\MobileControls\StyleSheet.cs (1)
165value.Control.ID));
UI\MobileControls\ValidationSummary.cs (1)
187ID));