1391 references to ViewState
System.Web (1207)
UI\Control.cs (5)
1986
ViewState
.LoadViewState(savedState);
1989
object visible =
ViewState
["Visible"];
2000
object validateRequestModeValue =
ViewState
["ValidateRequestMode"];
2480
ViewState
["Visible"] = !flags[invisible];
2483
ViewState
["ValidateRequestMode"] = (int)ValidateRequestMode;
UI\HtmlControls\HtmlAnchor.cs (4)
56
object b =
ViewState
["CausesValidation"];
60
ViewState
["CausesValidation"] = value;
170
string s = (string)
ViewState
["ValidationGroup"];
174
ViewState
["ValidationGroup"] = value;
UI\HtmlControls\HtmlButton.cs (4)
62
object b =
ViewState
["CausesValidation"];
66
ViewState
["CausesValidation"] = value;
78
string s = (string)
ViewState
["ValidationGroup"];
82
ViewState
["ValidationGroup"] = value;
UI\HtmlControls\HtmlContainerControl.cs (3)
86
ViewState
["innerhtml"] = value;
135
string s = (string)
ViewState
["innerhtml"];
166
ViewState
.Remove("innerhtml");
UI\HtmlControls\HtmlControl.cs (1)
78
_attributes = new AttributeCollection(
ViewState
);
UI\HtmlControls\HtmlInputButton.cs (4)
80
object b =
ViewState
["CausesValidation"];
84
ViewState
["CausesValidation"] = value;
96
string s = (string)
ViewState
["ValidationGroup"];
100
ViewState
["ValidationGroup"] = value;
UI\HtmlControls\HtmlInputCheckBox.cs (1)
118
ViewState
.SetItemDirty("checked",false);
UI\HtmlControls\HtmlInputHidden.cs (1)
93
ViewState
.SetItemDirty("value",false);
UI\HtmlControls\HtmlInputImage.cs (4)
168
object b =
ViewState
["CausesValidation"];
172
ViewState
["CausesValidation"] = value;
184
string s = (string)
ViewState
["ValidationGroup"];
188
ViewState
["ValidationGroup"] = value;
UI\HtmlControls\HtmlInputPassword.cs (1)
52
ViewState
.Remove("value");
UI\HtmlControls\HtmlInputRadioButton.cs (1)
164
ViewState
.SetItemDirty("checked",false);
UI\HtmlControls\HtmlInputText.cs (2)
76
string s = (string)
ViewState
["maxlength"];
175
ViewState
.SetItemDirty("value", false);
UI\HtmlControls\HtmlSelect.cs (6)
93
object o =
ViewState
["DataMember"];
145
object o =
ViewState
["DataSourceID"];
152
ViewState
["DataSourceID"] = value;
671
ViewState
[DataBoundViewStateKey] = true;
711
if (Page != null && !_pagePreLoadFired &&
ViewState
[DataBoundViewStateKey] == null) {
748
if (Page.IsPostBack && IsViewStateEnabled &&
ViewState
[DataBoundViewStateKey] == null) {
UI\HtmlControls\HtmlTextArea.cs (1)
215
ViewState
.SetItemDirty("value",false);
UI\Page.cs (1)
497
_modelBindingExecutionContext.PublishService<StateBag>(
ViewState
);
UI\UserControl.cs (4)
373
string text = (string)
ViewState
["!DesignTimeTagName"];
380
ViewState
["!DesignTimeTagName"] = value;
388
string text = (string)
ViewState
["!DesignTimeInnerText"];
395
ViewState
["!DesignTimeInnerText"] = value;
UI\WebControls\AdRotator.cs (15)
98
String s = (String)
ViewState
["AlternateTextField"];
102
ViewState
["AlternateTextField"] = value;
160
String s = (String)
ViewState
["ImageUrlField"];
164
ViewState
["ImageUrlField"] = value;
170
return (
ViewState
["Target"] != null);
195
string s = (string)
ViewState
["KeywordFilter"];
201
ViewState
.Remove("KeywordFilter");
204
ViewState
["KeywordFilter"] = value.Trim();
217
String s = (String)
ViewState
["NavigateUrlField"];
221
ViewState
["NavigateUrlField"] = value;
249
string s = (string)
ViewState
["Target"];
253
ViewState
["Target"] = value;
787
string accessKey = (string)
ViewState
["AccessKey"];
792
object o =
ViewState
["TabIndex"];
840
string toolTip = (string)
ViewState
["ToolTip"];
UI\WebControls\basecomparevalidator.cs (4)
38
object o =
ViewState
["Type"];
45
ViewState
["Type"] = value;
62
object o =
ViewState
["CultureInvariantValues"];
66
ViewState
["CultureInvariantValues"] = value;
UI\WebControls\BaseDataBoundControl.cs (2)
80
object o =
ViewState
["DataSourceID"];
91
ViewState
["DataSourceID"] = value;
UI\WebControls\BaseDataList.cs (17)
54
string s = (string)
ViewState
["Caption"];
58
ViewState
["Caption"] = value;
70
object o =
ViewState
["CaptionAlign"];
78
ViewState
["CaptionAlign"] = value;
155
object o =
ViewState
["DataKeys"];
158
ViewState
["DataKeys"] = o;
177
object o =
ViewState
["DataKeyField"];
183
ViewState
["DataKeyField"] = value;
198
object o =
ViewState
["DataMember"];
204
ViewState
["DataMember"] = value;
254
object o =
ViewState
["DataSourceID"];
261
ViewState
["DataSourceID"] = value;
355
object b =
ViewState
["UseAccessibleHeader"];
359
ViewState
["UseAccessibleHeader"] = value;
459
if (
ViewState
[ItemCountViewStateKey] == null) {
590
if (Page != null && !_pagePreLoadFired &&
ViewState
[ItemCountViewStateKey] == null) {
628
if (Page.IsPostBack && IsViewStateEnabled &&
ViewState
[ItemCountViewStateKey] == null) {
UI\WebControls\BaseValidator.cs (12)
119
object o =
ViewState
["ControlToValidate"];
123
ViewState
["ControlToValidate"] = value;
139
object o =
ViewState
["ErrorMessage"];
143
ViewState
["ErrorMessage"] = value;
159
object o =
ViewState
["EnableClientScript"];
163
ViewState
["EnableClientScript"] = value;
254
object o =
ViewState
["Display"];
261
ViewState
["Display"] = value;
277
object o =
ViewState
["SetFocusOnError"];
281
ViewState
["SetFocusOnError"] = value;
314
object o =
ViewState
["ValidationGroup"];
318
ViewState
["ValidationGroup"] = value;
UI\WebControls\BulletedList.cs (12)
74
object o =
ViewState
["BulletStyle"];
81
ViewState
["BulletStyle"] = value;
99
object o =
ViewState
["BulletImageUrl"];
103
ViewState
["BulletImageUrl"] = value;
128
object o =
ViewState
["DisplayMode"];
135
ViewState
["DisplayMode"] = value;
151
object o =
ViewState
["FirstBulletNumber"];
155
ViewState
["FirstBulletNumber"] = value;
169
object o =
ViewState
["RenderWhenDataEmpty"];
173
ViewState
["RenderWhenDataEmpty"] = value;
275
object o =
ViewState
["Target"];
279
ViewState
["Target"] = value;
UI\WebControls\Button.cs (16)
57
object b =
ViewState
["CausesValidation"];
61
ViewState
["CausesValidation"] = value;
78
string s = (string)
ViewState
["CommandName"];
82
ViewState
["CommandName"] = value;
101
string s = (string)
ViewState
["CommandArgument"];
105
ViewState
["CommandArgument"] = value;
121
string s = (string)
ViewState
["OnClientClick"];
128
ViewState
["OnClientClick"] = value;
143
string s = (string)
ViewState
["PostBackUrl"];
147
ViewState
["PostBackUrl"] = value;
164
string s = (string)
ViewState
["Text"];
168
ViewState
["Text"] = value;
186
object b =
ViewState
["UseSubmitBehavior"];
190
ViewState
["UseSubmitBehavior"] = value;
203
string s = (string)
ViewState
["ValidationGroup"];
207
ViewState
["ValidationGroup"] = value;
UI\WebControls\Calendar.cs (42)
106
string s = (string)
ViewState
["Caption"];
110
ViewState
["Caption"] = value;
122
object o =
ViewState
["CaptionAlign"];
130
ViewState
["CaptionAlign"] = value;
145
object o =
ViewState
["CellPadding"];
152
ViewState
["CellPadding"] = value;
168
object o =
ViewState
["CellSpacing"];
175
ViewState
["CellSpacing"] = (int)value;
213
object dnf =
ViewState
["DayNameFormat"];
220
ViewState
["DayNameFormat"] = value;
260
object o =
ViewState
["FirstDayOfWeek"];
268
ViewState
["FirstDayOfWeek"] = value;
286
object s =
ViewState
["NextMonthText"];
290
ViewState
["NextMonthText"] = value;
306
object npf =
ViewState
["NextPrevFormat"];
313
ViewState
["NextPrevFormat"] = value;
381
object s =
ViewState
["PrevMonthText"];
385
ViewState
["PrevMonthText"] = value;
479
object csm =
ViewState
["SelectionMode"];
486
ViewState
["SelectionMode"] = value;
504
object s =
ViewState
["SelectMonthText"];
508
ViewState
["SelectMonthText"] = value;
548
object s =
ViewState
["SelectWeekText"];
552
ViewState
["SelectWeekText"] = value;
568
object b =
ViewState
["ShowDayHeader"];
572
ViewState
["ShowDayHeader"] = value;
588
object b=
ViewState
["ShowGridLines"];
592
ViewState
["ShowGridLines"] = value;
609
object b =
ViewState
["ShowNextPrevMonth"];
613
ViewState
["ShowNextPrevMonth"] = value;
629
object b =
ViewState
["ShowTitle"];
633
ViewState
["ShowTitle"] = value;
649
object tf =
ViewState
["TitleFormat"];
656
ViewState
["TitleFormat"] = value;
719
object o =
ViewState
["TodaysDate"];
723
ViewState
["TodaysDate"] = value.Date;
735
object o =
ViewState
["UseAccessibleHeader"];
739
ViewState
["UseAccessibleHeader"] = value;
755
object o =
ViewState
["VisibleDate"];
759
ViewState
["VisibleDate"] = value.Date;
1057
ArrayList selDates = (ArrayList)
ViewState
["SD"];
1807
ViewState
["SD"] = dateList;
UI\WebControls\ChangePassword.cs (90)
129
object obj =
ViewState
["BorderPadding"];
136
ViewState
["BorderPadding"] = value;
153
object obj =
ViewState
["CancelButtonImageUrl"];
157
ViewState
["CancelButtonImageUrl"] = value;
197
object obj =
ViewState
["CancelButtonText"];
201
ViewState
["CancelButtonText"] = value;
216
object obj =
ViewState
["CancelButtonType"];
223
ViewState
["CancelButtonType"] = value;
241
object obj =
ViewState
["CancelDestinationPageUrl"];
245
ViewState
["CancelDestinationPageUrl"] = value;
262
object obj =
ViewState
["ChangePasswordButtonImageUrl"];
266
ViewState
["ChangePasswordButtonImageUrl"] = value;
306
object obj =
ViewState
["ChangePasswordButtonText"];
310
ViewState
["ChangePasswordButtonText"] = value;
325
object obj =
ViewState
["ChangePasswordButtonType"];
332
ViewState
["ChangePasswordButtonType"] = value;
348
object obj =
ViewState
["ChangePasswordFailureText"];
352
ViewState
["ChangePasswordFailureText"] = value;
402
object obj =
ViewState
["ChangePasswordTitleText"];
406
ViewState
["ChangePasswordTitleText"] = value;
438
object obj =
ViewState
["ConfirmNewPasswordLabelText"];
442
ViewState
["ConfirmNewPasswordLabelText"] = value;
458
object obj =
ViewState
["ConfirmPasswordCompareErrorMessage"];
462
ViewState
["ConfirmPasswordCompareErrorMessage"] = value;
478
object obj =
ViewState
["ConfirmPasswordRequiredErrorMessage"];
482
ViewState
["ConfirmPasswordRequiredErrorMessage"] = value;
499
object obj =
ViewState
["ContinueButtonImageUrl"];
503
ViewState
["ContinueButtonImageUrl"] = value;
543
object obj =
ViewState
["ContinueButtonText"];
547
ViewState
["ContinueButtonText"] = value;
562
object obj =
ViewState
["ContinueButtonType"];
569
ViewState
["ContinueButtonType"] = value;
587
object obj =
ViewState
["ContinueDestinationPageUrl"];
591
ViewState
["ContinueDestinationPageUrl"] = value;
614
object obj =
ViewState
["CreateUserIconUrl"];
618
ViewState
["CreateUserIconUrl"] = value;
634
object obj =
ViewState
["CreateUserText"];
638
ViewState
["CreateUserText"] = value;
655
object obj =
ViewState
["CreateUserUrl"];
659
ViewState
["CreateUserUrl"] = value;
720
object obj =
ViewState
["DisplayUserName"];
725
ViewState
["DisplayUserName"] = value;
744
object obj =
ViewState
["EditProfileIconUrl"];
748
ViewState
["EditProfileIconUrl"] = value;
764
object obj =
ViewState
["EditProfileText"];
768
ViewState
["EditProfileText"] = value;
785
object obj =
ViewState
["EditProfileUrl"];
789
ViewState
["EditProfileUrl"] = value;
830
object obj =
ViewState
["HelpPageIconUrl"];
834
ViewState
["HelpPageIconUrl"] = value;
850
object obj =
ViewState
["HelpPageText"];
854
ViewState
["HelpPageText"] = value;
871
object obj =
ViewState
["HelpPageUrl"];
875
ViewState
["HelpPageUrl"] = value;
916
object obj =
ViewState
["InstructionText"];
920
ViewState
["InstructionText"] = value;
984
object obj =
ViewState
["MembershipProvider"];
988
ViewState
["MembershipProvider"] = value;
1033
object obj =
ViewState
["NewPasswordRegularExpressionErrorMessage"];
1037
ViewState
["NewPasswordRegularExpressionErrorMessage"] = value;
1053
object obj =
ViewState
["NewPasswordLabelText"];
1057
ViewState
["NewPasswordLabelText"] = value;
1072
object obj =
ViewState
["NewPasswordRegularExpression"];
1077
ViewState
["NewPasswordRegularExpression"] = value;
1095
object obj =
ViewState
["NewPasswordRequiredErrorMessage"];
1099
ViewState
["NewPasswordRequiredErrorMessage"] = value;
1139
object obj =
ViewState
["PasswordHintText"];
1143
ViewState
["PasswordHintText"] = value;
1160
object obj =
ViewState
["PasswordLabelText"];
1164
ViewState
["PasswordLabelText"] = value;
1181
object obj =
ViewState
["PasswordRecoveryIconUrl"];
1185
ViewState
["PasswordRecoveryIconUrl"] = value;
1201
object obj =
ViewState
["PasswordRecoveryText"];
1205
ViewState
["PasswordRecoveryText"] = value;
1222
object obj =
ViewState
["PasswordRecoveryUrl"];
1226
ViewState
["PasswordRecoveryUrl"] = value;
1242
object obj =
ViewState
["PasswordRequiredErrorMessage"];
1246
ViewState
["PasswordRequiredErrorMessage"] = value;
1292
object obj =
ViewState
["RenderOuterTable"];
1296
ViewState
["RenderOuterTable"] = value;
1314
object obj =
ViewState
["SuccessPageUrl"];
1318
ViewState
["SuccessPageUrl"] = value;
1367
object obj =
ViewState
["SuccessText"];
1371
ViewState
["SuccessText"] = value;
1413
object obj =
ViewState
["SuccessTitleText"];
1417
ViewState
["SuccessTitleText"] = value;
1518
object obj =
ViewState
["UserNameLabelText"];
1522
ViewState
["UserNameLabelText"] = value;
1540
object obj =
ViewState
["UserNameRequiredErrorMessage"];
1544
ViewState
["UserNameRequiredErrorMessage"] = value;
UI\WebControls\CheckBox.cs (13)
59
object b =
ViewState
["AutoPostBack"];
63
ViewState
["AutoPostBack"] = value;
76
object b =
ViewState
["CausesValidation"];
80
ViewState
["CausesValidation"] = value;
97
object b =
ViewState
["Checked"];
101
ViewState
["Checked"] = value;
208
string s = (string)
ViewState
["Text"];
212
ViewState
["Text"] = value;
227
object align =
ViewState
["TextAlign"];
234
ViewState
["TextAlign"] = value;
247
string s = (string)
ViewState
["ValidationGroup"];
251
ViewState
["ValidationGroup"] = value;
346
ViewState
.SetItemDirty("Checked", false);
UI\WebControls\CheckBoxList.cs (13)
113
object o =
ViewState
["RenderWhenDataEmpty"];
117
ViewState
["RenderWhenDataEmpty"] = value;
132
object o =
ViewState
["RepeatColumns"];
139
ViewState
["RepeatColumns"] = value;
155
object o =
ViewState
["RepeatDirection"];
162
ViewState
["RepeatDirection"] = value;
178
object o =
ViewState
["RepeatLayout"];
183
ViewState
["RepeatLayout"] = value;
199
object align =
ViewState
["TextAlign"];
206
ViewState
["TextAlign"] = value;
216
return new TableStyle(
ViewState
);
288
if (
ViewState
.IsItemDirty("TabIndex") == false) {
324
ViewState
.SetItemDirty("TabIndex", false);
UI\WebControls\CompareValidator.cs (6)
37
object o =
ViewState
["ControlToCompare"];
41
ViewState
["ControlToCompare"] = value;
57
object o =
ViewState
["Operator"];
64
ViewState
["Operator"] = value;
80
object o =
ViewState
["ValueToCompare"];
84
ViewState
["ValueToCompare"] = value;
UI\WebControls\CompositeDataBoundControl.cs (2)
91
object controlCount =
ViewState
[ItemCountViewStateKey];
155
ViewState
[ItemCountViewStateKey] = controlCount;
UI\WebControls\CreateUserWizard.cs (96)
194
object obj =
ViewState
["AnswerLabelText"];
198
ViewState
["AnswerLabelText"] = value;
214
object obj =
ViewState
["AnswerRequiredErrorMessage"];
218
ViewState
["AnswerRequiredErrorMessage"] = value;
230
object obj =
ViewState
["AutoGeneratePassword"];
235
ViewState
["AutoGeneratePassword"] = value;
270
object obj =
ViewState
["CompleteSuccessText"];
274
ViewState
["CompleteSuccessText"] = value;
324
object obj =
ViewState
["ConfirmPasswordCompareErrorMessage"];
328
ViewState
["ConfirmPasswordCompareErrorMessage"] = value;
344
object obj =
ViewState
["ConfirmPasswordLabelText"];
348
ViewState
["ConfirmPasswordLabelText"] = value;
364
object obj =
ViewState
["ConfirmPasswordRequiredErrorMessage"];
368
ViewState
["ConfirmPasswordRequiredErrorMessage"] = value;
385
object obj =
ViewState
["ContinueButtonImageUrl"];
389
ViewState
["ContinueButtonImageUrl"] = value;
429
object obj =
ViewState
["ContinueButtonText"];
433
ViewState
["ContinueButtonText"] = value;
448
object obj =
ViewState
["ContinueButtonType"];
456
ViewState
["ContinueButtonType"] = value;
475
object obj =
ViewState
["ContinueDestinationPageUrl"];
479
ViewState
["ContinueDestinationPageUrl"] = value;
519
object obj =
ViewState
["CreateUserButtonImageUrl"];
523
ViewState
["CreateUserButtonImageUrl"] = value;
563
object obj =
ViewState
["CreateUserButtonText"];
567
ViewState
["CreateUserButtonText"] = value;
582
object obj =
ViewState
["CreateUserButtonType"];
590
ViewState
["CreateUserButtonType"] = value;
621
object obj =
ViewState
["DisableCreatedUser"];
625
ViewState
["DisableCreatedUser"] = value;
654
object obj =
ViewState
["DuplicateEmailErrorMessage"];
658
ViewState
["DuplicateEmailErrorMessage"] = value;
674
object obj =
ViewState
["DuplicateUserNameErrorMessage"];
678
ViewState
["DuplicateUserNameErrorMessage"] = value;
695
object obj =
ViewState
["EditProfileIconUrl"];
699
ViewState
["EditProfileIconUrl"] = value;
715
object obj =
ViewState
["EditProfileText"];
719
ViewState
["EditProfileText"] = value;
736
object obj =
ViewState
["EditProfileUrl"];
740
ViewState
["EditProfileUrl"] = value;
755
object obj =
ViewState
["Email"];
759
ViewState
["Email"] = value;
788
object obj =
ViewState
["EmailLabelText"];
792
ViewState
["EmailLabelText"] = value;
807
object obj =
ViewState
["EmailRegularExpression"];
811
ViewState
["EmailRegularExpression"] = value;
826
object obj =
ViewState
["EmailRegularExpressionErrorMessage"];
830
ViewState
["EmailRegularExpressionErrorMessage"] = value;
846
object obj =
ViewState
["EmailRequiredErrorMessage"];
850
ViewState
["EmailRequiredErrorMessage"] = value;
866
object obj =
ViewState
["UnknownErrorMessage"];
870
ViewState
["UnknownErrorMessage"] = value;
910
object obj =
ViewState
["HelpPageIconUrl"];
914
ViewState
["HelpPageIconUrl"] = value;
930
object obj =
ViewState
["HelpPageText"];
934
ViewState
["HelpPageText"] = value;
951
object obj =
ViewState
["HelpPageUrl"];
955
ViewState
["HelpPageUrl"] = value;
995
object obj =
ViewState
["InstructionText"];
999
ViewState
["InstructionText"] = value;
1039
object obj =
ViewState
["InvalidAnswerErrorMessage"];
1043
ViewState
["InvalidAnswerErrorMessage"] = value;
1059
object obj =
ViewState
["InvalidEmailErrorMessage"];
1063
ViewState
["InvalidEmailErrorMessage"] = value;
1079
object obj =
ViewState
["InvalidPasswordErrorMessage"];
1083
ViewState
["InvalidPasswordErrorMessage"] = value;
1099
object obj =
ViewState
["InvalidQuestionErrorMessage"];
1103
ViewState
["InvalidQuestionErrorMessage"] = value;
1143
object obj =
ViewState
["LoginCreatedUser"];
1147
ViewState
["LoginCreatedUser"] = value;
1187
object obj =
ViewState
["MembershipProvider"];
1192
ViewState
["MembershipProvider"] = value;
1261
object obj =
ViewState
["PasswordHintText"];
1265
ViewState
["PasswordHintText"] = value;
1281
object obj =
ViewState
["PasswordLabelText"];
1285
ViewState
["PasswordLabelText"] = value;
1300
object obj =
ViewState
["PasswordRegularExpression"];
1304
ViewState
["PasswordRegularExpression"] = value;
1320
object obj =
ViewState
["PasswordRegularExpressionErrorMessage"];
1324
ViewState
["PasswordRegularExpressionErrorMessage"] = value;
1340
object obj =
ViewState
["PasswordRequiredErrorMessage"];
1344
ViewState
["PasswordRequiredErrorMessage"] = value;
1361
object obj =
ViewState
["Question"];
1365
ViewState
["Question"] = value;
1418
object obj =
ViewState
["QuestionLabelText"];
1422
ViewState
["QuestionLabelText"] = value;
1438
object obj =
ViewState
["QuestionRequiredErrorMessage"];
1442
ViewState
["QuestionRequiredErrorMessage"] = value;
1459
object obj =
ViewState
["RequireEmail"];
1464
ViewState
["RequireEmail"] = value;
1548
object obj =
ViewState
["UserName"];
1552
ViewState
["UserName"] = value;
1581
object obj =
ViewState
["UserNameLabelText"];
1585
ViewState
["UserNameLabelText"] = value;
1601
object obj =
ViewState
["UserNameRequiredErrorMessage"];
1605
ViewState
["UserNameRequiredErrorMessage"] = value;
UI\WebControls\CreateUserWizardStep.cs (2)
35
object val =
ViewState
["AllowReturnInternal"];
39
ViewState
["AllowReturnInternal"] = value;
UI\WebControls\CustomValidator.cs (4)
39
object o =
ViewState
["ClientValidationFunction"];
43
ViewState
["ClientValidationFunction"] = value;
56
object o =
ViewState
["ValidateEmptyText"];
60
ViewState
["ValidateEmptyText"] = value;
UI\WebControls\DataBoundControl.cs (5)
61
object o =
ViewState
["DataMember"];
68
ViewState
["DataMember"] = value;
339
ViewState
[DataBoundViewStateKey] = true;
386
if (Page != null && !_pagePreLoadFired &&
ViewState
[DataBoundViewStateKey] == null) {
420
else if (IsViewStateEnabled &&
ViewState
[DataBoundViewStateKey] == null) {
UI\WebControls\DataControlFieldHeaderCell.cs (4)
31
object x =
ViewState
["AbbrText"];
35
ViewState
["AbbrText"] = value;
47
object x =
ViewState
["Scope"];
51
ViewState
["Scope"] = value;
UI\WebControls\DataGrid.cs (33)
135
object o =
ViewState
["AllowCustomPaging"];
141
ViewState
["AllowCustomPaging"] = value;
156
object o =
ViewState
["AllowPaging"];
162
ViewState
["AllowPaging"] = value;
177
object o =
ViewState
["AllowSorting"];
183
ViewState
["AllowSorting"] = value;
223
object o =
ViewState
["AutoGenerateColumns"];
229
ViewState
["AutoGenerateColumns"] = value;
268
object o =
ViewState
["CurrentPageIndex"];
277
ViewState
["CurrentPageIndex"] = value;
316
object o =
ViewState
["EditItemIndex"];
325
ViewState
["EditItemIndex"] = value;
460
object o =
ViewState
["PageCount"];
501
object o =
ViewState
["PageSize"];
510
ViewState
["PageSize"] = value;
525
object o =
ViewState
["SelectedIndex"];
535
ViewState
["SelectedIndex"] = value;
614
object o =
ViewState
["ShowFooter"];
620
ViewState
["ShowFooter"] = value;
636
object o =
ViewState
["ShowHeader"];
642
ViewState
["ShowHeader"] = value;
663
object o =
ViewState
["VirtualItemCount"];
672
ViewState
["VirtualItemCount"] = value;
1040
count = (int)
ViewState
[BaseDataList.ItemCountViewStateKey];
1041
totalCount = (int)
ViewState
[DataSourceItemCountViewStateKey];
1191
ViewState
[BaseDataList.ItemCountViewStateKey] = count;
1193
ViewState
["PageCount"] = pagedDataSource.PageCount;
1194
ViewState
[DataSourceItemCountViewStateKey] = pagedDataSource.DataSourceCount;
1197
ViewState
["PageCount"] = 1;
1198
ViewState
[DataSourceItemCountViewStateKey] = count;
1202
ViewState
[BaseDataList.ItemCountViewStateKey] = -1;
1203
ViewState
[DataSourceItemCountViewStateKey] = -1;
1204
ViewState
["PageCount"] = 0;
UI\WebControls\DataList.cs (18)
155
object o =
ViewState
["EditItemIndex"];
165
ViewState
["EditItemIndex"] = value;
223
object o =
ViewState
["ExtractTemplateRows"];
229
ViewState
["ExtractTemplateRows"] = value;
419
object o =
ViewState
["RepeatColumns"];
428
ViewState
["RepeatColumns"] = value;
443
object o =
ViewState
["RepeatDirection"];
452
ViewState
["RepeatDirection"] = value;
468
object o =
ViewState
["RepeatLayout"];
480
ViewState
["RepeatLayout"] = value;
498
object o =
ViewState
["SelectedIndex"];
509
ViewState
["SelectedIndex"] = value;
672
object o =
ViewState
["ShowFooter"];
678
ViewState
["ShowFooter"] = value;
693
object o =
ViewState
["ShowHeader"];
699
ViewState
["ShowHeader"] = value;
858
count = (int)
ViewState
[BaseDataList.ItemCountViewStateKey];
928
ViewState
[BaseDataList.ItemCountViewStateKey] = ((dataSource != null) ? count : -1);
UI\WebControls\DetailsView.cs (26)
174
object o =
ViewState
["AllowPaging"];
182
ViewState
["AllowPaging"] = value;
225
object o =
ViewState
["AutoGenerateDeleteButton"];
233
ViewState
["AutoGenerateDeleteButton"] = value;
253
object o =
ViewState
["AutoGenerateEditButton"];
261
ViewState
["AutoGenerateEditButton"] = value;
281
object o =
ViewState
["AutoGenerateInsertButton"];
289
ViewState
["AutoGenerateInsertButton"] = value;
309
object o =
ViewState
["AutoGenerateRows"];
317
ViewState
["AutoGenerateRows"] = value;
385
string s = (string)
ViewState
["Caption"];
389
ViewState
["Caption"] = value;
401
object o =
ViewState
["CaptionAlign"];
409
ViewState
["CaptionAlign"] = value;
684
object o =
ViewState
["EmptyDataText"];
691
ViewState
["EmptyDataText"] = value;
702
object o =
ViewState
["EnableModelValidation"];
709
ViewState
["EnableModelValidation"] = value;
720
object o =
ViewState
["EnablePagingCallbacks"];
727
ViewState
["EnablePagingCallbacks"] = value;
780
object o =
ViewState
["FirstDisplayedPageIndex"];
787
ViewState
["FirstDisplayedPageIndex"] = value;
860
object o =
ViewState
["FooterText"];
867
ViewState
["FooterText"] = value;
961
object o =
ViewState
["HeaderText"];
968
ViewState
["HeaderText"] = value;
UI\WebControls\FileUpload.cs (2)
46
object o =
ViewState
["AllowMultiple"];
50
ViewState
["AllowMultiple"] = value;
UI\WebControls\FormView.cs (18)
160
object o =
ViewState
["AllowPaging"];
168
ViewState
["AllowPaging"] = value;
232
string s = (string)
ViewState
["Caption"];
236
ViewState
["Caption"] = value;
248
object o =
ViewState
["CaptionAlign"];
256
ViewState
["CaptionAlign"] = value;
529
object o =
ViewState
["EmptyDataText"];
536
ViewState
["EmptyDataText"] = value;
547
object o =
ViewState
["EnableModelValidation"];
554
ViewState
["EnableModelValidation"] = value;
567
object o =
ViewState
["RenderOuterTable"];
571
ViewState
["RenderOuterTable"] = value;
577
object o =
ViewState
["FirstDisplayedPageIndex"];
584
ViewState
["FirstDisplayedPageIndex"] = value;
657
object o =
ViewState
["FooterText"];
664
ViewState
["FooterText"] = value;
758
object o =
ViewState
["HeaderText"];
765
ViewState
["HeaderText"] = value;
UI\WebControls\GridView.cs (43)
185
object o =
ViewState
["AllowCustomPaging"];
191
ViewState
["AllowCustomPaging"] = value;
205
object o =
ViewState
["AllowPaging"];
213
ViewState
["AllowPaging"] = value;
231
object o =
ViewState
["AllowSorting"];
239
ViewState
["AllowSorting"] = value;
281
object o =
ViewState
["AutoGenerateDeleteButton"];
289
ViewState
["AutoGenerateDeleteButton"] = value;
308
object o =
ViewState
["AutoGenerateEditButton"];
316
ViewState
["AutoGenerateEditButton"] = value;
335
object o =
ViewState
["AutoGenerateSelectButton"];
343
ViewState
["AutoGenerateSelectButton"] = value;
362
object o =
ViewState
["AutoGenerateColumns"];
370
ViewState
["AutoGenerateColumns"] = value;
435
string s = (string)
ViewState
["Caption"];
439
ViewState
["Caption"] = value;
450
object o =
ViewState
["CaptionAlign"];
458
ViewState
["CaptionAlign"] = value;
701
object o =
ViewState
["EnableModelValidation"];
708
ViewState
["EnableModelValidation"] = value;
719
object o =
ViewState
["EnablePersistedSelection"];
726
ViewState
["EnablePersistedSelection"] = value;
737
object o =
ViewState
["EnableSortingAndPagingCallbacks"];
744
ViewState
["EnableSortingAndPagingCallbacks"] = value;
750
object o =
ViewState
["FirstDisplayedPageIndex"];
757
ViewState
["FirstDisplayedPageIndex"] = value;
814
object o =
ViewState
["EmptyDataText"];
821
ViewState
["EmptyDataText"] = value;
1068
object o =
ViewState
["PageSize"];
1079
ViewState
["PageSize"] = value;
1138
object o =
ViewState
["RowHeaderColumn"];
1142
ViewState
["RowHeaderColumn"] = value;
1316
object o =
ViewState
["ShowFooter"];
1324
ViewState
["ShowFooter"] = value;
1343
object o =
ViewState
["ShowHeader"];
1351
ViewState
["ShowHeader"] = value;
1366
object o =
ViewState
["ShowHeaderWhenEmpty"];
1374
ViewState
["ShowHeaderWhenEmpty"] = value;
1561
object o =
ViewState
["UseAccessibleHeader"];
1569
ViewState
["UseAccessibleHeader"] = value;
1589
object o =
ViewState
["VirtualItemCount"];
1598
ViewState
["VirtualItemCount"] = value;
2917
rowCount = (int)
ViewState
[ItemCountViewStateKey];
UI\WebControls\HiddenField.cs (3)
68
string s = (string)
ViewState
["Value"];
72
ViewState
["Value"] = value;
122
ViewState
.SetItemDirty("Value", false);
UI\WebControls\HierarchicalDataBoundControl.cs (3)
133
ViewState
[DataBoundViewStateKey] = true;
155
if (Page != null && !_pagePreLoadFired &&
ViewState
[DataBoundViewStateKey] == null) {
189
else if (IsViewStateEnabled &&
ViewState
[DataBoundViewStateKey] == null) {
UI\WebControls\HyperLink.cs (13)
68
string s = (string)
ViewState
["ImageUrl"];
72
ViewState
["ImageUrl"] = value;
83
object o =
ViewState
["ImageHeight"];
90
ViewState
["ImageHeight"] = value;
101
object o =
ViewState
["ImageWidth"];
108
ViewState
["ImageWidth"] = value;
125
string s = (string)
ViewState
["NavigateUrl"];
129
ViewState
["NavigateUrl"] = value;
158
string s = (string)
ViewState
["Target"];
162
ViewState
["Target"] = value;
181
object o =
ViewState
["Text"];
188
ViewState
["Text"] = value;
252
string s = (string)
ViewState
["Text"];
UI\WebControls\Image.cs (10)
47
string s = (string)
ViewState
["AlternateText"];
51
ViewState
["AlternateText"] = value;
67
string s = (string)
ViewState
["DescriptionUrl"];
71
ViewState
["DescriptionUrl"] = value;
113
object o =
ViewState
["GenerateEmptyAlternateText"];
117
ViewState
["GenerateEmptyAlternateText"] = value;
133
object o =
ViewState
["ImageAlign"];
140
ViewState
["ImageAlign"] = value;
159
string s = (string)
ViewState
["ImageUrl"];
163
ViewState
["ImageUrl"] = value;
UI\WebControls\ImageButton.cs (12)
62
string s = (string)
ViewState
["CommandName"];
66
ViewState
["CommandName"] = value;
86
string s = (string)
ViewState
["CommandArgument"];
90
ViewState
["CommandArgument"] = value;
109
object b =
ViewState
["CausesValidation"];
113
ViewState
["CausesValidation"] = value;
162
string s = (string)
ViewState
["OnClientClick"];
169
ViewState
["OnClientClick"] = value;
184
string s = (string)
ViewState
["PostBackUrl"];
188
ViewState
["PostBackUrl"] = value;
220
string s = (string)
ViewState
["ValidationGroup"];
224
ViewState
["ValidationGroup"] = value;
UI\WebControls\ImageMap.cs (4)
78
object obj =
ViewState
["HotSpotMode"];
85
ViewState
["HotSpotMode"] = value;
100
object value =
ViewState
["Target"];
104
ViewState
["Target"] = value;
UI\WebControls\Label.cs (7)
78
string s = (string)
ViewState
["AssociatedControlID"];
82
ViewState
["AssociatedControlID"] = value;
88
object o =
ViewState
["AssociatedControlNotInControlTree"];
92
ViewState
["AssociatedControlNotInControlTree"] = value;
133
object o =
ViewState
["Text"];
140
ViewState
["Text"] = value;
205
string s = (string)
ViewState
["Text"];
UI\WebControls\LinkButton.cs (15)
73
string s = (string)
ViewState
["CommandName"];
77
ViewState
["CommandName"] = value;
97
string s = (string)
ViewState
["CommandArgument"];
101
ViewState
["CommandArgument"] = value;
120
object b =
ViewState
["CausesValidation"];
124
ViewState
["CausesValidation"] = value;
139
string s = (string)
ViewState
["OnClientClick"];
146
ViewState
["OnClientClick"] = value;
176
object o =
ViewState
["Text"];
183
ViewState
["Text"] = value;
198
string s = (string)
ViewState
["PostBackUrl"];
202
ViewState
["PostBackUrl"] = value;
214
string s = (string)
ViewState
["ValidationGroup"];
218
ViewState
["ValidationGroup"] = value;
381
string s = (string)
ViewState
["Text"];
UI\WebControls\Listbox.cs (4)
101
object n =
ViewState
["Rows"];
108
ViewState
["Rows"] = value;
124
object sm =
ViewState
["SelectionMode"];
131
ViewState
["SelectionMode"] = value;
UI\WebControls\ListControl.cs (14)
65
object o =
ViewState
["AppendDataBoundItems"];
72
ViewState
["AppendDataBoundItems"] = value;
93
object b =
ViewState
["AutoPostBack"];
97
ViewState
["AutoPostBack"] = value;
110
object b =
ViewState
["CausesValidation"];
114
ViewState
["CausesValidation"] = value;
131
object s =
ViewState
["DataTextField"];
135
ViewState
["DataTextField"] = value;
153
object s =
ViewState
["DataTextFormatString"];
157
ViewState
["DataTextFormatString"] = value;
177
object s =
ViewState
["DataValueField"];
181
ViewState
["DataValueField"] = value;
450
string s = (string)
ViewState
["ValidationGroup"];
454
ViewState
["ValidationGroup"] = value;
UI\WebControls\Literal.cs (4)
63
object mode =
ViewState
["Mode"];
71
ViewState
["Mode"] = value;
88
string s = (string)
ViewState
["Text"];
92
ViewState
["Text"] = value;
UI\WebControls\login.cs (62)
81
object obj =
ViewState
["BorderPadding"];
88
ViewState
["BorderPadding"] = value;
128
object obj =
ViewState
["CreateUserText"];
132
ViewState
["CreateUserText"] = value;
155
object obj =
ViewState
["CreateUserUrl"];
159
ViewState
["CreateUserUrl"] = value;
179
object obj =
ViewState
["DestinationPageUrl"];
183
ViewState
["DestinationPageUrl"] = value;
199
object obj =
ViewState
["DisplayRememberMe"];
203
ViewState
["DisplayRememberMe"] = value;
219
object obj =
ViewState
["HelpPageText"];
223
ViewState
["HelpPageText"] = value;
240
object obj =
ViewState
["HelpPageUrl"];
244
ViewState
["HelpPageUrl"] = value;
261
object obj =
ViewState
["CreateUserIconUrl"];
265
ViewState
["CreateUserIconUrl"] = value;
282
object obj =
ViewState
["HelpPageIconUrl"];
286
ViewState
["HelpPageIconUrl"] = value;
326
object obj =
ViewState
["InstructionText"];
330
ViewState
["InstructionText"] = value;
414
object obj =
ViewState
["FailureAction"];
421
ViewState
["FailureAction"] = value;
437
object obj =
ViewState
["FailureText"];
441
ViewState
["FailureText"] = value;
482
object obj =
ViewState
["LoginButtonImageUrl"];
486
ViewState
["LoginButtonImageUrl"] = value;
526
object obj =
ViewState
["LoginButtonText"];
530
ViewState
["LoginButtonText"] = value;
545
object obj =
ViewState
["LoginButtonType"];
552
ViewState
["LoginButtonType"] = value;
567
object obj =
ViewState
["Orientation"];
574
ViewState
["Orientation"] = value;
591
object obj =
ViewState
["MembershipProvider"];
595
ViewState
["MembershipProvider"] = value;
637
object obj =
ViewState
["PasswordLabelText"];
641
ViewState
["PasswordLabelText"] = value;
657
object obj =
ViewState
["PasswordRecoveryText"];
661
ViewState
["PasswordRecoveryText"] = value;
678
object obj =
ViewState
["PasswordRecoveryUrl"];
682
ViewState
["PasswordRecoveryUrl"] = value;
699
object obj =
ViewState
["PasswordRecoveryIconUrl"];
703
ViewState
["PasswordRecoveryIconUrl"] = value;
720
object obj =
ViewState
["PasswordRequiredErrorMessage"];
724
ViewState
["PasswordRequiredErrorMessage"] = value;
740
object obj =
ViewState
["RememberMeSet"];
744
ViewState
["RememberMeSet"] = value;
760
object obj =
ViewState
["RememberMeText"];
764
ViewState
["RememberMeText"] = value;
777
object obj =
ViewState
["RenderOuterTable"];
781
ViewState
["RenderOuterTable"] = value;
840
object obj =
ViewState
["TextLayout"];
847
ViewState
["TextLayout"] = value;
864
object obj =
ViewState
["TitleText"];
868
ViewState
["TitleText"] = value;
907
object obj =
ViewState
["UserName"];
911
ViewState
["UserName"] = value;
939
object obj =
ViewState
["UserNameLabelText"];
943
ViewState
["UserNameLabelText"] = value;
959
object obj =
ViewState
["UserNameRequiredErrorMessage"];
963
ViewState
["UserNameRequiredErrorMessage"] = value;
999
object obj =
ViewState
["VisibleWhenLoggedIn"];
1003
ViewState
["VisibleWhenLoggedIn"] = value;
UI\WebControls\LoginName.cs (2)
41
object obj =
ViewState
["FormatString"];
45
ViewState
["FormatString"] = value;
UI\WebControls\loginstatus.cs (12)
70
object obj =
ViewState
["LoginImageUrl"];
74
ViewState
["LoginImageUrl"] = value;
90
object obj =
ViewState
["LoginText"];
94
ViewState
["LoginText"] = value;
110
object obj =
ViewState
["LogoutAction"];
117
ViewState
["LogoutAction"] = value;
134
object obj =
ViewState
["LogoutImageUrl"];
138
ViewState
["LogoutImageUrl"] = value;
156
object obj =
ViewState
["LogoutPageUrl"];
160
ViewState
["LogoutPageUrl"] = value;
176
object obj =
ViewState
["LogoutText"];
180
ViewState
["LogoutText"] = value;
UI\WebControls\Menu.cs (55)
224
object o =
ViewState
["DisappearAfter"];
234
ViewState
["DisappearAfter"] = value;
247
object s =
ViewState
["DynamicBottomSeparatorImageUrl"];
254
ViewState
["DynamicBottomSeparatorImageUrl"] = value;
266
object o =
ViewState
["DynamicEnableDefaultPopOutImage"];
273
ViewState
["DynamicEnableDefaultPopOutImage"] = value;
285
object o =
ViewState
["DynamicHorizontalOffset"];
292
ViewState
["DynamicHorizontalOffset"] = value;
322
object s =
ViewState
["DynamicItemFormatString"];
329
ViewState
["DynamicItemFormatString"] = value;
383
object s =
ViewState
["DynamicPopOutImageUrl"];
390
ViewState
["DynamicPopOutImageUrl"] = value;
400
object s =
ViewState
["DynamicPopOutImageTextFormatString"];
407
ViewState
["DynamicPopOutImageTextFormatString"] = value;
456
object s =
ViewState
["DynamicTopSeparatorImageUrl"];
463
ViewState
["DynamicTopSeparatorImageUrl"] = value;
475
object o =
ViewState
["DynamicVerticalOffset"];
482
ViewState
["DynamicVerticalOffset"] = value;
535
object o =
ViewState
["ItemWrap"];
542
ViewState
["ItemWrap"] = value;
635
object o =
ViewState
["MaximumDynamicDisplayLevels"];
648
ViewState
["MaximumDynamicDisplayLevels"] = value;
665
object o =
ViewState
["Orientation"];
672
ViewState
["Orientation"] = value;
692
object o =
ViewState
["PathSeparator"];
700
ViewState
["PathSeparator"] = null;
703
ViewState
["PathSeparator"] = value;
796
object s =
ViewState
["ScrollDownImageUrl"];
803
ViewState
["ScrollDownImageUrl"] = value;
824
object s =
ViewState
["ScrollDownText"];
831
ViewState
["ScrollDownText"] = value;
843
object s =
ViewState
["ScrollUpImageUrl"];
850
ViewState
["ScrollUpImageUrl"] = value;
871
object s =
ViewState
["ScrollUpText"];
878
ViewState
["ScrollUpText"] = value;
917
object s =
ViewState
["SkipLinkText"];
924
ViewState
["SkipLinkText"] = value;
936
object s =
ViewState
["StaticBottomSeparatorImageUrl"];
943
ViewState
["StaticBottomSeparatorImageUrl"] = value;
954
object o =
ViewState
["StaticDisplayLevels"];
967
ViewState
["StaticDisplayLevels"] = value;
986
object o =
ViewState
["StaticEnableDefaultPopOutImage"];
993
ViewState
["StaticEnableDefaultPopOutImage"] = value;
1023
object s =
ViewState
["StaticItemFormatString"];
1030
ViewState
["StaticItemFormatString"] = value;
1084
object s =
ViewState
["StaticPopOutImageUrl"];
1091
ViewState
["StaticPopOutImageUrl"] = value;
1101
object s =
ViewState
["StaticPopOutImageTextFormatString"];
1108
ViewState
["StaticPopOutImageTextFormatString"] = value;
1140
object o =
ViewState
["StaticSubMenuIndent"];
1150
ViewState
["StaticSubMenuIndent"] = value;
1178
object s =
ViewState
["StaticTopSeparatorImageUrl"];
1185
ViewState
["StaticTopSeparatorImageUrl"] = value;
1197
object s =
ViewState
["Target"];
1204
ViewState
["Target"] = value;
UI\WebControls\ModelErrorMessage.cs (4)
32
object o =
ViewState
["ModelStateKey"];
36
ViewState
["ModelStateKey"] = value;
64
object o =
ViewState
["SetFocusOnError"];
68
ViewState
["SetFocusOnError"] = value;
UI\WebControls\Panel.cs (13)
58
string s = (string)
ViewState
["BackImageUrl"];
67
ViewState
["BackImageUrl"] = value;
111
object direction =
ViewState
["Direction"];
120
ViewState
["Direction"] = value;
134
string s = (string)
ViewState
["GroupingText"];
138
ViewState
["GroupingText"] = value;
160
object o =
ViewState
["HorizontalAlign"];
172
ViewState
["HorizontalAlign"] = value;
200
object scroll =
ViewState
["ScrollBars"];
209
ViewState
["ScrollBars"] = value;
233
object b =
ViewState
["Wrap"];
242
ViewState
["Wrap"] = value;
334
return new PanelStyle(
ViewState
);
UI\WebControls\PasswordRecovery.cs (48)
131
object obj =
ViewState
["AnswerLabelText"];
135
ViewState
["AnswerLabelText"] = value;
151
object obj =
ViewState
["AnswerRequiredErrorMessage"];
156
ViewState
["AnswerRequiredErrorMessage"] = value;
170
object obj =
ViewState
["BorderPadding"];
177
ViewState
["BorderPadding"] = value;
216
object obj =
ViewState
["SubmitButtonType"];
223
ViewState
["SubmitButtonType"] = value;
287
object obj =
ViewState
["GeneralFailureText"];
291
ViewState
["GeneralFailureText"] = value;
307
object obj =
ViewState
["HelpPageText"];
311
ViewState
["HelpPageText"] = value;
324
object obj =
ViewState
["HelpPageIconUrl"];
328
ViewState
["HelpPageIconUrl"] = value;
345
object obj =
ViewState
["HelpPageUrl"];
349
ViewState
["HelpPageUrl"] = value;
461
object obj =
ViewState
["MembershipProvider"];
465
ViewState
["MembershipProvider"] = value;
500
object obj =
ViewState
["QuestionFailureText"];
504
ViewState
["QuestionFailureText"] = value;
520
object obj =
ViewState
["QuestionInstructionText"];
524
ViewState
["QuestionInstructionText"] = value;
540
object obj =
ViewState
["QuestionLabelText"];
544
ViewState
["QuestionLabelText"] = value;
560
object obj =
ViewState
["QuestionTitleText"];
564
ViewState
["QuestionTitleText"] = value;
616
object obj =
ViewState
["SubmitButtonImageUrl"];
620
ViewState
["SubmitButtonImageUrl"] = value;
636
object obj =
ViewState
["SubmitButtonText"];
640
ViewState
["SubmitButtonText"] = value;
659
object obj =
ViewState
["SuccessPageUrl"];
663
ViewState
["SuccessPageUrl"] = value;
714
object obj =
ViewState
["SuccessText"];
718
ViewState
["SuccessText"] = value;
755
object obj =
ViewState
["RenderOuterTable"];
759
ViewState
["RenderOuterTable"] = value;
804
object obj =
ViewState
["TextLayout"];
811
ViewState
["TextLayout"] = value;
884
object obj =
ViewState
["UserNameFailureText"];
888
ViewState
["UserNameFailureText"] = value;
904
object obj =
ViewState
["UserNameInstructionText"];
908
ViewState
["UserNameInstructionText"] = value;
924
object obj =
ViewState
["UserNameLabelText"];
928
ViewState
["UserNameLabelText"] = value;
944
object obj =
ViewState
["UserNameRequiredErrorMessage"];
949
ViewState
["UserNameRequiredErrorMessage"] = value;
1000
object obj =
ViewState
["UserNameTitleText"];
1004
ViewState
["UserNameTitleText"] = value;
UI\WebControls\RadioButton.cs (2)
49
string s = (string)
ViewState
["GroupName"];
53
ViewState
["GroupName"] = value;
UI\WebControls\RadioButtonList.cs (13)
112
object o =
ViewState
["RenderWhenDataEmpty"];
116
ViewState
["RenderWhenDataEmpty"] = value;
132
object o =
ViewState
["RepeatColumns"];
139
ViewState
["RepeatColumns"] = value;
155
object o =
ViewState
["RepeatDirection"];
162
ViewState
["RepeatDirection"] = value;
178
object o =
ViewState
["RepeatLayout"];
183
ViewState
["RepeatLayout"] = value;
199
object align =
ViewState
["TextAlign"];
206
ViewState
["TextAlign"] = value;
215
return new TableStyle(
ViewState
);
332
if (
ViewState
.IsItemDirty("TabIndex") == false) {
364
ViewState
.SetItemDirty("TabIndex", false);
UI\WebControls\RangeValidator.cs (4)
37
object o =
ViewState
["MaximumValue"];
41
ViewState
["MaximumValue"] = value;
57
object o =
ViewState
["MinimumValue"];
61
ViewState
["MinimumValue"] = value;
UI\WebControls\RegularExpressionValidator.cs (2)
42
object o =
ViewState
["ValidationExpression"];
53
ViewState
["ValidationExpression"] = value;
UI\WebControls\Repeater.cs (9)
219
object o =
ViewState
["DataMember"];
225
ViewState
["DataMember"] = value;
272
object o =
ViewState
["DataSourceID"];
279
ViewState
["DataSourceID"] = value;
588
if (
ViewState
[ItemCountViewStateKey] != null) {
618
int count = (int)
ViewState
[ItemCountViewStateKey];
647
ViewState
[ItemCountViewStateKey] = addedItemCount;
923
if (Page != null && !_pagePreLoadFired &&
ViewState
[ItemCountViewStateKey] == null) {
961
if (Page.IsPostBack && IsViewStateEnabled &&
ViewState
[ItemCountViewStateKey] == null) {
UI\WebControls\RequiredFieldValidator.cs (2)
38
object o =
ViewState
["InitialValue"];
42
ViewState
["InitialValue"] = value;
UI\WebControls\SiteMapDataSource.cs (10)
96
object o =
ViewState
["ShowStartingNode"];
101
ViewState
["ShowStartingNode"] = value;
118
string provider =
ViewState
["SiteMapProvider"] as string;
124
ViewState
["SiteMapProvider"] = value;
141
object o =
ViewState
["StartingNodeOffset"];
149
ViewState
["StartingNodeOffset"] = value;
165
object o =
ViewState
["StartFromCurrentNode "];
170
ViewState
["StartFromCurrentNode "] = value;
189
string startingNodeUrl =
ViewState
["StartingNodeUrl"] as string;
194
ViewState
["StartingNodeUrl"] = value;
UI\WebControls\SiteMapPath.cs (14)
140
object o =
ViewState
["ParentLevelsDisplayed"];
150
ViewState
["ParentLevelsDisplayed"] = value;
162
object o =
ViewState
["PathDirection"];
172
ViewState
["PathDirection"] = value;
185
string s = (string)
ViewState
["PathSeparator"];
192
ViewState
["PathSeparator"] = value;
281
object o =
ViewState
["RenderCurrentNodeAsLink"];
289
ViewState
["RenderCurrentNodeAsLink"] = value;
344
string s =
ViewState
["SkipLinkText"] as String;
348
ViewState
["SkipLinkText"] = value;
361
object o =
ViewState
["ShowToolTips"];
369
ViewState
["ShowToolTips"] = value;
382
string provider =
ViewState
["SiteMapProvider"] as string;
386
ViewState
["SiteMapProvider"] = value;
UI\WebControls\Substitution.cs (2)
46
string s =
ViewState
["MethodName"] as string;
50
ViewState
["MethodName"] = value;
UI\WebControls\Table.cs (5)
73
string s = (string)
ViewState
["Caption"];
77
ViewState
["Caption"] = value;
89
object o =
ViewState
["CaptionAlign"];
97
ViewState
["CaptionAlign"] = value;
276
return new TableStyle(
ViewState
);
UI\WebControls\TableCell.cs (10)
79
object x =
ViewState
["AssociatedHeaderCellID"];
84
ViewState
["AssociatedHeaderCellID"] = (string[])value.Clone();
87
ViewState
["AssociatedHeaderCellID"] = null;
104
object o =
ViewState
["ColumnSpan"];
111
ViewState
["ColumnSpan"] = value;
154
object o =
ViewState
["RowSpan"];
161
ViewState
["RowSpan"] = value;
179
object o =
ViewState
["Text"];
186
ViewState
["Text"] = value;
318
return new TableItemStyle(
ViewState
);
UI\WebControls\TableHeaderCell.cs (7)
49
object x =
ViewState
["AbbrText"];
53
ViewState
["AbbrText"] = value;
70
object x =
ViewState
["Scope"];
74
ViewState
["Scope"] = value;
92
object x =
ViewState
["CategoryText"];
97
ViewState
["CategoryText"] = (string[])value.Clone();
100
ViewState
["CategoryText"] = null;
UI\WebControls\TableRow.cs (3)
93
object o =
ViewState
["TableSection"];
100
ViewState
["TableSection"] = value;
140
return new TableItemStyle(
ViewState
);
UI\WebControls\TextBox.cs (23)
82
object obj =
ViewState
["AutoCompleteType"];
89
ViewState
["AutoCompleteType"] = value;
107
object b =
ViewState
["AutoPostBack"];
111
ViewState
["AutoPostBack"] = value;
124
object b =
ViewState
["CausesValidation"];
128
ViewState
["CausesValidation"] = value;
144
object o =
ViewState
["Columns"];
151
ViewState
["Columns"] = value;
167
object o =
ViewState
["MaxLength"];
174
ViewState
["MaxLength"] = value;
191
object mode =
ViewState
["Mode"];
198
ViewState
["Mode"] = value;
215
object o =
ViewState
["ReadOnly"];
219
ViewState
["ReadOnly"] = value;
235
object o =
ViewState
["Rows"];
242
ViewState
["Rows"] = value;
306
string s = (string)
ViewState
["Text"];
310
ViewState
["Text"] = value;
323
string s = (string)
ViewState
["ValidationGroup"];
327
ViewState
["ValidationGroup"] = value;
343
object b =
ViewState
["Wrap"];
347
ViewState
["Wrap"] = value;
723
ViewState
.SetItemDirty("Text", false);
UI\WebControls\TreeView.cs (50)
222
object o =
ViewState
["AutoGenerateDataBindings"];
229
ViewState
["AutoGenerateDataBindings"] = value;
303
string s = (string)
ViewState
["CollapseImageToolTip"];
312
ViewState
["CollapseImageToolTip"] = value;
327
string s = (string)
ViewState
["CollapseImageUrl"];
334
ViewState
["CollapseImageUrl"] = value;
394
object o =
ViewState
["EnableClientScript"];
402
ViewState
["EnableClientScript"] = value;
425
object o =
ViewState
["ExpandDepth"];
432
ViewState
["ExpandDepth"] = value;
446
string s = (string)
ViewState
["ExpandImageToolTip"];
455
ViewState
["ExpandImageToolTip"] = value;
470
string s = (string)
ViewState
["ExpandImageUrl"];
477
ViewState
["ExpandImageUrl"] = value;
574
object o =
ViewState
["ImageSet"];
584
ViewState
["ImageSet"] = value;
678
string s = (string)
ViewState
["LineImagesFolder"];
685
ViewState
["LineImagesFolder"] = value;
709
object o =
ViewState
["MaxDataBindDepth"];
719
ViewState
["MaxDataBindDepth"] = value;
734
string s = (string)
ViewState
["NoExpandImageUrl"];
741
ViewState
["NoExpandImageUrl"] = value;
800
object o =
ViewState
["NodeIndent"];
807
ViewState
["NodeIndent"] = value;
820
object o =
ViewState
["NodeWrap"];
827
ViewState
["NodeWrap"] = value;
905
object o =
ViewState
["PathSeparator"];
913
ViewState
["PathSeparator"] = null;
916
ViewState
["PathSeparator"] = value;
950
object o =
ViewState
["PopulateNodesFromClient"];
957
ViewState
["PopulateNodesFromClient"] = value;
1100
object o =
ViewState
["ShowCheckBoxes"];
1110
ViewState
["ShowCheckBoxes"] = value;
1123
object o =
ViewState
["ShowExpandCollapse"];
1130
ViewState
["ShowExpandCollapse"] = value;
1143
object o =
ViewState
["ShowLines"];
1150
ViewState
["ShowLines"] = value;
1162
string s =
ViewState
["SkipLinkText"] as String;
1166
ViewState
["SkipLinkText"] = value;
1178
string s = (string)
ViewState
["Target"];
1185
ViewState
["Target"] = value;
1204
(
ViewState
["NeverExpanded"] != null) &&
1205
((bool)
ViewState
["NeverExpanded"] == true)) {
1807
ViewState
["NeverExpanded"] = null;
2612
ViewState
["SelectedNode"] = SelectedNode.SelectID;
2615
ViewState
["SelectedNode"] = null;
2619
ViewState
["SelectedNode"] = null;
2634
ViewState
["LastIndex"] = index;
2985
ViewState
["NeverExpanded"] = true;
3399
object oLastIndex =
ViewState
["LastIndex"];
UI\WebControls\ValidationSummary.cs (16)
53
object o =
ViewState
["DisplayMode"];
60
ViewState
["DisplayMode"] = value;
76
object o =
ViewState
["EnableClientScript"];
80
ViewState
["EnableClientScript"] = value;
96
object o =
ViewState
["ShowValidationErrors"];
100
ViewState
["ShowValidationErrors"] = value;
116
object o =
ViewState
["ShowModelStateErrors"];
120
ViewState
["ShowModelStateErrors"] = value;
154
object o =
ViewState
["HeaderText"];
158
ViewState
["HeaderText"] = value;
179
object o =
ViewState
["ShowMessageBox"];
183
ViewState
["ShowMessageBox"] = value;
199
object o =
ViewState
["ShowSummary"];
203
ViewState
["ShowSummary"] = value;
216
string s = (string)
ViewState
["ValidationGroup"];
220
ViewState
["ValidationGroup"] = value;
UI\WebControls\WebControl.cs (13)
94
string s = (string)
ViewState
["AccessKey"];
105
ViewState
["AccessKey"] = value;
494
object o =
ViewState
["TabIndex"];
500
ViewState
["TabIndex"] = value;
550
string s = (string)
ViewState
["ToolTip"];
556
ViewState
["ToolTip"] = value;
705
return new Style(
ViewState
);
718
if (ControlStyleCreated || (
ViewState
[System.Web.UI.WebControls.Style.SetBitsKey] != null)) {
737
object enabled =
ViewState
["Enabled"];
748
if (((IDictionary)
ViewState
).Contains("AccessKey")) {
752
if (((IDictionary)
ViewState
).Contains("TabIndex")) {
756
if (((IDictionary)
ViewState
).Contains("ToolTip")) {
836
ViewState
["Enabled"] = !flags[isWebControlDisabled];
UI\WebControls\Wizard.cs (47)
187
object obj =
ViewState
["CancelButtonImageUrl"];
191
ViewState
["CancelButtonImageUrl"] = value;
228
string s =
ViewState
["CancelButtonText"] as String;
233
ViewState
["CancelButtonText"] = value;
246
object obj =
ViewState
["CancelButtonType"];
251
ViewState
["CancelButtonType"] = value;
266
string s =
ViewState
["CancelDestinationPageUrl"] as String;
270
ViewState
["CancelDestinationPageUrl"] = value;
319
object o =
ViewState
["DisplayCancelButton"];
323
ViewState
["DisplayCancelButton"] = value;
360
object obj =
ViewState
["FinishCompleteButtonImageUrl"];
364
ViewState
["FinishCompleteButtonImageUrl"] = value;
401
string s =
ViewState
["FinishCompleteButtonText"] as String;
405
ViewState
["FinishCompleteButtonText"] = value;
417
object obj =
ViewState
["FinishCompleteButtonType"];
422
ViewState
["FinishCompleteButtonType"] = value;
440
object obj =
ViewState
["FinishDestinationPageUrl"];
444
ViewState
["FinishDestinationPageUrl"] = value;
461
object obj =
ViewState
["FinishPreviousButtonImageUrl"];
465
ViewState
["FinishPreviousButtonImageUrl"] = value;
502
string s =
ViewState
["FinishPreviousButtonText"] as String;
506
ViewState
["FinishPreviousButtonText"] = value;
518
object obj =
ViewState
["FinishPreviousButtonType"];
523
ViewState
["FinishPreviousButtonType"] = value;
592
string s =
ViewState
["HeaderText"] as String;
596
ViewState
["HeaderText"] = value;
675
object obj =
ViewState
["StartNextButtonImageUrl"];
679
ViewState
["StartNextButtonImageUrl"] = value;
716
string s =
ViewState
["StartNextButtonText"] as String;
720
ViewState
["StartNextButtonText"] = value;
732
object obj =
ViewState
["StartNextButtonType"];
737
ViewState
["StartNextButtonType"] = value;
754
object obj =
ViewState
["StepNextButtonImageUrl"];
758
ViewState
["StepNextButtonImageUrl"] = value;
795
string s =
ViewState
["StepNextButtonText"] as String;
799
ViewState
["StepNextButtonText"] = value;
811
object obj =
ViewState
["StepNextButtonType"];
816
ViewState
["StepNextButtonType"] = value;
833
object obj =
ViewState
["StepPreviousButtonImageUrl"];
837
ViewState
["StepPreviousButtonImageUrl"] = value;
874
string s =
ViewState
["StepPreviousButtonText"] as String;
878
ViewState
["StepPreviousButtonText"] = value;
890
object obj =
ViewState
["StepPreviousButtonType"];
895
ViewState
["StepPreviousButtonType"] = value;
975
ViewState
["SkipLinkText"] = value;
1255
return
ViewState
["SkipLinkText"] as String;
3249
return new TableItemStyle(
ViewState
);
UI\WebControls\WizardStepBase.cs (9)
48
object o =
ViewState
["AllowReturn"];
52
ViewState
["AllowReturn"] = value;
137
object o =
ViewState
["StepType"];
146
ViewState
["StepType"] = value;
165
string s = (string)
ViewState
["Title"];
170
ViewState
["Title"] = value;
180
return (string)
ViewState
["Title"];
202
(
ViewState
["Title"] != null ||
ViewState
["StepType"] != null)) {
UI\WebControls\xml.cs (3)
196
ViewState
["OriginalContent"] = null;
348
ViewState
["OriginalContent"] = text;
380
designModeState["OriginalContent"] =
ViewState
["OriginalContent"];
UI\WebControls\XmlDataSource.cs (2)
137
return (string)
ViewState
["CacheKeyContext "] ?? String.Empty;
140
ViewState
["CacheKeyContext "] = value;
UI\WebParts\AppearanceEditorPart.cs (2)
57
string s = (string)
ViewState
["Title"];
61
ViewState
["Title"] = value;
UI\WebParts\BehaviorEditorPart.cs (2)
90
string s = (string)
ViewState
["Title"];
94
ViewState
["Title"] = value;
UI\WebParts\CatalogZoneBase.cs (10)
151
string s = (string)
ViewState
["EmptyZoneText"];
155
ViewState
["EmptyZoneText"] = value;
164
string s = (string)
ViewState
["HeaderText"];
168
ViewState
["HeaderText"] = value;
177
string s = (string)
ViewState
["InstructionText"];
181
ViewState
["InstructionText"] = value;
263
string s = (string)
ViewState
["SelectTargetZoneText"];
267
ViewState
["SelectTargetZoneText"] = value;
299
object b =
ViewState
["ShowCatalogIcons"];
303
ViewState
["ShowCatalogIcons"] = value;
UI\WebParts\ConnectionsZone.cs (44)
176
string s = (string)
ViewState
["ConfigureConnectionTitle"];
180
ViewState
["ConfigureConnectionTitle"] = value;
212
string s = (string)
ViewState
["ConnectToConsumerInstructionText"];
216
ViewState
["ConnectToConsumerInstructionText"] = value;
227
string s = (string)
ViewState
["ConnectToConsumerText"];
231
ViewState
["ConnectToConsumerText"] = value;
242
string s = (string)
ViewState
["ConnectToConsumerTitle"];
246
ViewState
["ConnectToConsumerTitle"] = value;
258
string s = (string)
ViewState
["ConnectToProviderInstructionText"];
262
ViewState
["ConnectToProviderInstructionText"] = value;
273
string s = (string)
ViewState
["ConnectToProviderText"];
277
ViewState
["ConnectToProviderText"] = value;
288
string s = (string)
ViewState
["ConnectToProviderTitle"];
292
ViewState
["ConnectToProviderTitle"] = value;
325
string s = (string)
ViewState
["ConsumersTitle"];
329
ViewState
["ConsumersTitle"] = value;
340
string s = (string)
ViewState
["ConsumersInstructionText"];
344
ViewState
["ConsumersInstructionText"] = value;
396
string s = (string)
ViewState
["ExistingConnectionErrorMessage"];
400
ViewState
["ExistingConnectionErrorMessage"] = value;
411
string s = (string)
ViewState
["GetText"];
415
ViewState
["GetText"] = value;
426
string s = (string)
ViewState
["GetFromText"];
430
ViewState
["GetFromText"] = value;
441
string s = (string)
ViewState
["HeaderText"];
445
ViewState
["HeaderText"] = value;
456
string s = (string)
ViewState
["InstructionText"];
460
ViewState
["InstructionText"] = value;
471
string s = (string)
ViewState
["InstructionTitle"];
475
ViewState
["InstructionTitle"] = value;
486
string s = (string)
ViewState
["NewConnectionErrorMessage"];
490
ViewState
["NewConnectionErrorMessage"] = value;
501
string s = (string)
ViewState
["NoExistingConnectionInstructionText"];
505
ViewState
["NoExistingConnectionInstructionText"] = value;
516
string s = (string)
ViewState
["NoExistingConnectionTitle"];
520
ViewState
["NoExistingConnectionTitle"] = value;
545
string s = (string)
ViewState
["ProvidersTitle"];
549
ViewState
["ProvidersTitle"] = value;
560
string s = (string)
ViewState
["ProvidersInstructionText"];
564
ViewState
["ProvidersInstructionText"] = value;
575
string s = (string)
ViewState
["SendText"];
579
ViewState
["SendText"] = value;
590
string s = (string)
ViewState
["SendToText"];
594
ViewState
["SendToText"] = value;
UI\WebParts\DeclarativeCatalogPart.cs (2)
35
string s = (string)
ViewState
["Title"];
39
ViewState
["Title"] = value;
UI\WebParts\EditorZoneBase.cs (8)
148
string s = (string)
ViewState
["EmptyZoneText"];
152
ViewState
["EmptyZoneText"] = value;
164
string s = (string)
ViewState
["ErrorText"];
168
ViewState
["ErrorText"] = value;
177
string s = (string)
ViewState
["HeaderText"];
181
ViewState
["HeaderText"] = value;
190
string s = (string)
ViewState
["InstructionText"];
194
ViewState
["InstructionText"] = value;
UI\WebParts\ImportCatalogPart.cs (12)
54
object o =
ViewState
["BrowseHelpText"];
58
ViewState
["BrowseHelpText"] = value;
73
object o =
ViewState
["ImportedPartLabelText"];
77
ViewState
["ImportedPartLabelText"] = value;
86
object o =
ViewState
["PartImportErrorLabelText"];
90
ViewState
["PartImportErrorLabelText"] = value;
99
string s = (string)
ViewState
["Title"];
103
ViewState
["Title"] = value;
112
object o =
ViewState
["UploadButtonText"];
116
ViewState
["UploadButtonText"] = value;
125
object o =
ViewState
["UploadHelpText"];
129
ViewState
["UploadHelpText"] = value;
UI\WebParts\LayoutEditorPart.cs (2)
87
string s = (string)
ViewState
["Title"];
91
ViewState
["Title"] = value;
UI\WebParts\PageCatalogPart.cs (2)
45
string s = (string)
ViewState
["Title"];
49
ViewState
["Title"] = value;
UI\WebParts\Part.cs (8)
39
object o =
ViewState
["ChromeState"];
47
ViewState
["ChromeState"] = value;
61
object o =
ViewState
["ChromeType"];
68
ViewState
["ChromeType"] = (int)value;
94
string s = (string)
ViewState
["Description"];
98
ViewState
["Description"] = value;
111
string s = (string)
ViewState
["Title"];
115
ViewState
["Title"] = value;
UI\WebParts\PropertyGridEditorPart.cs (2)
89
string s = (string)
ViewState
["Title"];
93
ViewState
["Title"] = value;
UI\WebParts\ToolZone.cs (2)
156
string s = (string)
ViewState
["InstructionText"];
160
ViewState
["InstructionText"] = value;
UI\WebParts\WebPartManager.cs (8)
243
object o =
ViewState
["CloseProviderWarning"];
247
ViewState
["CloseProviderWarning"] = value;
295
object o =
ViewState
["DeleteWarning"];
299
ViewState
["DeleteWarning"] = value;
400
object o =
ViewState
["EnableClientScript"];
404
ViewState
["EnableClientScript"] = value;
430
object o =
ViewState
["ExportSensitiveDataWarning"];
434
ViewState
["ExportSensitiveDataWarning"] = value;
UI\WebParts\WebPartZoneBase.cs (20)
111
object b =
ViewState
["AllowLayoutChange"];
115
ViewState
["AllowLayoutChange"] = value;
280
object o =
ViewState
["DragHighlightColor"];
290
ViewState
["DragHighlightColor"] = value;
321
string s = (string)
ViewState
["EmptyZoneText"];
325
ViewState
["EmptyZoneText"] = value;
431
string s = (string)
ViewState
["MenuCheckImageUrl"];
435
ViewState
["MenuCheckImageUrl"] = value;
489
string s = (string)
ViewState
["MenuLabelText"];
493
ViewState
["MenuLabelText"] = value;
508
string s = (string)
ViewState
["MenuPopupImageUrl"];
512
ViewState
["MenuPopupImageUrl"] = value;
610
object o =
ViewState
["LayoutOrientation"];
618
ViewState
["LayoutOrientation"] = (int)value;
674
object b =
ViewState
["ShowTitleIcons"];
678
ViewState
["ShowTitleIcons"] = value;
689
object obj =
ViewState
["TitleBarVerbButtonType"];
696
ViewState
["TitleBarVerbButtonType"] = value;
781
object o =
ViewState
["WebPartVerbRenderMode"];
788
ViewState
["WebPartVerbRenderMode"] = (int)value;
UI\WebParts\WebZone.cs (14)
67
string s = (string)
ViewState
["BackImageUrl"];
71
ViewState
["BackImageUrl"] = value;
84
string s = (string)
ViewState
["EmptyZoneText"];
88
ViewState
["EmptyZoneText"] = value;
182
string s = (string)
ViewState
["HeaderText"];
186
ViewState
["HeaderText"] = value;
224
object obj =
ViewState
["PartChromePadding"];
231
ViewState
["PartChromePadding"] = value;
269
object o =
ViewState
["PartChromeType"];
276
ViewState
["PartChromeType"] = (int)value;
342
object obj =
ViewState
["Padding"];
349
ViewState
["Padding"] = value;
437
object obj =
ViewState
["VerbButtonType"];
444
ViewState
["VerbButtonType"] = value;
System.Web.DataVisualization (11)
WebForm\ChartWebControl.cs (11)
1588
if(this.
ViewState
["ViewStateData"] != null &&
1589
(this.
ViewState
["CustomUserViewStateData"] == null ||
1590
((string)this.
ViewState
["CustomUserViewStateData"]) == "false"))
1601
StringReader stringReader = new StringReader((string)this.
ViewState
["ViewStateData"]);
1606
this.
ViewState
.Remove("ViewStateData");
1627
if(this.
ViewState
["ViewStateData"] == null)
1641
this.
ViewState
["ViewStateData"] = (string)stringBuilder.ToString();
1644
this.
ViewState
.Remove("CustomUserViewStateData");
1727
return (string)this.
ViewState
["ViewStateData"];
1732
this.
ViewState
["ViewStateData"] = value;
1735
this.
ViewState
["CustomUserViewStateData"] = "true";
System.Web.DynamicData (42)
DynamicData\DynamicControl.cs (22)
55
object o =
ViewState
["DataField"];
59
if (!String.Equals(value,
ViewState
["DataField"])) {
60
ViewState
["DataField"] = value;
89
object o =
ViewState
["UIHint"];
93
ViewState
["UIHint"] = value;
107
object o =
ViewState
["CssClass"];
111
ViewState
["CssClass"] = value;
159
object o =
ViewState
["Mode"];
163
ViewState
["Mode"] = value;
178
object o =
ViewState
["ValidationGroup"];
182
ViewState
["ValidationGroup"] = value;
288
if (
ViewState
["HtmlEncode"] == null) {
351
object o =
ViewState
["ConvertEmptyStringToNull"];
356
ViewState
["ConvertEmptyStringToNull"] = value;
370
object o =
ViewState
["ApplyFormatInEditMode"];
375
ViewState
["ApplyFormatInEditMode"] = value;
389
object o =
ViewState
["DataFormatString"];
393
ViewState
["DataFormatString"] = value;
407
object o =
ViewState
["HtmlEncode"];
411
ViewState
["HtmlEncode"] = value;
425
object o =
ViewState
["NullDisplayText"];
429
ViewState
["NullDisplayText"] = value;
DynamicData\DynamicEntity.cs (6)
22
var value =
ViewState
["Mode"];
26
ViewState
["Mode"] = value;
37
return (string)
ViewState
["UIHint"] ?? String.Empty;
40
ViewState
["UIHint"] = value;
52
return (string)
ViewState
["ValidationGroup"] ?? String.Empty;
55
ViewState
["ValidationGroup"] = value;
DynamicData\DynamicFilter.cs (4)
33
object o =
ViewState
["DataField"];
37
ViewState
["DataField"] = value;
51
object o =
ViewState
["FilterUIHint"];
55
ViewState
["FilterUIHint"] = value;
DynamicData\DynamicHyperLink.cs (8)
46
object o =
ViewState
["Action"];
50
ViewState
["Action"] = value;
71
object o =
ViewState
["ContextTypeName"];
75
ViewState
["ContextTypeName"] = value;
88
object o =
ViewState
["DataField"];
92
ViewState
["DataField"] = value;
114
object o =
ViewState
["TableName"];
118
ViewState
["TableName"] = value;
DynamicData\QueryableFilterRepeater.cs (2)
46
string id =
ViewState
["__FilterContainerId"] as string;
50
ViewState
["__FilterContainerId"] = value;
System.Web.Extensions (26)
UI\ScriptManager.cs (2)
378
return
ViewState
["EmptyPageUrl"] as string ?? string.Empty;
381
ViewState
["EmptyPageUrl"] = value;
UI\Timer.cs (6)
55
object o =
ViewState
["Enabled"];
60
object o =
ViewState
["Enabled"];
63
ViewState
["Enabled"] = value;
74
object o =
ViewState
["Interval"];
82
object o =
ViewState
["Interval"];
85
ViewState
["Interval"] = value;
UI\WebControls\DataPager.cs (4)
119
object o =
ViewState
["PagedControlID"];
126
ViewState
["PagedControlID"] = value;
175
object o =
ViewState
["QueryStringField"];
182
ViewState
["QueryStringField"] = value;
UI\WebControls\ListView.cs (14)
244
object o =
ViewState
["ConvertEmptyStringToNull"];
251
ViewState
["ConvertEmptyStringToNull"] = value;
459
object o =
ViewState
["EnableModelValidation"];
466
ViewState
["EnableModelValidation"] = value;
477
object o =
ViewState
["EnablePersistedSelection"];
484
ViewState
["EnablePersistedSelection"] = value;
525
object o =
ViewState
["GroupPlaceholderID"];
535
ViewState
["GroupPlaceholderID"] = value;
623
object o =
ViewState
["InsertItemPosition"];
631
ViewState
["InsertItemPosition"] = value;
661
object o =
ViewState
["ItemPlaceholderID"];
671
ViewState
["ItemPlaceholderID"] = value;
1400
object controlCount =
ViewState
[ItemCountViewStateKey];
3111
ViewState
[ItemCountViewStateKey] = controlCount;
System.Web.Mobile (105)
UI\MobileControls\AdRotator.cs (4)
183
String s = (String)
ViewState
["ImageKey"];
188
ViewState
["ImageKey"] = value;
203
String s = (String)
ViewState
["NavigateUrlKey"];
208
ViewState
["NavigateUrlKey"] = value;
UI\MobileControls\Calendar.cs (2)
219
String s = (String)
ViewState
["CalendarEntryText"];
224
ViewState
["CalendarEntryText"] = value;
UI\MobileControls\Command.cs (12)
103
String s = (String)
ViewState
["Softkeylabel"];
108
ViewState
["Softkeylabel"] = value;
123
String s = (String)
ViewState
["CommandName"];
128
ViewState
["CommandName"] = value;
143
String s = (String)
ViewState
["CommandArgument"];
148
ViewState
["CommandArgument"] = value;
165
String s = (String)
ViewState
["ImageUrl"];
170
ViewState
["ImageUrl"] = value;
185
object b =
ViewState
["CausesValidation"];
190
ViewState
["CausesValidation"] = value;
205
Object o =
ViewState
["Format"];
210
ViewState
["Format"] = value;
UI\MobileControls\Form.cs (10)
73
String s = (String)
ViewState
["Title"];
78
ViewState
["Title"] = value;
93
Object o =
ViewState
["Method"];
98
ViewState
["Method"] = value;
115
String s = (String)
ViewState
["Action"];
120
ViewState
["Action"] = value;
676
if(
ViewState
["ControlToPaginate"] != null)
678
_controlToPaginate = Page.FindControl((
ViewState
["ControlToPaginate"]).ToString());
686
ViewState
["ControlToPaginate"] = value.UniqueID;
690
ViewState
.Remove("ControlToPaginate");
UI\MobileControls\Image.cs (8)
60
return ToString(
ViewState
["AlternateText"]);
64
ViewState
["AlternateText"] = value;
81
return ToString(
ViewState
["ImageUrl"]);
85
ViewState
["ImageUrl"] = value;
101
return ToString(
ViewState
["NavigateUrl"]);
105
ViewState
["NavigateUrl"] = value;
120
String s = (String)
ViewState
["Softkeylabel"];
125
ViewState
["Softkeylabel"] = value;
UI\MobileControls\Link.cs (4)
52
String s = (String)
ViewState
["NavigateUrl"];
57
ViewState
["NavigateUrl"] = value;
72
String s = (String)
ViewState
["SoftkeyLabel"];
77
ViewState
["SoftkeyLabel"] = value;
UI\MobileControls\List.cs (3)
53
_dataHelper = new ListDataHelper(this,
ViewState
);
158
Object b =
ViewState
["ItemsAsLinks"];
163
ViewState
["ItemsAsLinks"] = value;
UI\MobileControls\LiteralText.cs (2)
53
String s = (String)
ViewState
[MobileControl.InnerTextViewStateKey];
59
ViewState
[MobileControl.InnerTextViewStateKey] = value;
UI\MobileControls\MobileControl.cs (3)
631
String s = (String)
ViewState
[InnerTextViewStateKey];
901
String innerTextAttribute = (String)
ViewState
[InnerTextViewStateKey];
1014
ViewState
[InnerTextViewStateKey] = value;
UI\MobileControls\ObjectList.cs (18)
114
String s = (String)
ViewState
["DataMember"];
119
ViewState
["DataMember"] = value;
207
String s = (String)
ViewState
["LabelField"];
212
ViewState
["LabelField"] = value;
229
String s = (String)
ViewState
["DefaultCommand"];
234
ViewState
["DefaultCommand"] = value;
251
String s = (String)
ViewState
["TableFields"];
256
ViewState
["TableFields"] = value;
340
Object b =
ViewState
["AutoGenerateFields"];
347
ViewState
["AutoGenerateFields"] = value;
564
if (
ViewState
[_itemCountViewStateKey] != null)
1297
ViewState
[_itemCountViewStateKey] = count;
1396
String detailsCommandText = (String)
ViewState
["DetailsCommandText"];
1401
ViewState
["DetailsCommandText"] = value;
1417
String backCommandText = (String)
ViewState
["BackCommandText"];
1422
ViewState
["BackCommandText"] = value;
1438
String moreText = (String)
ViewState
["MoreText"];
1443
ViewState
["MoreText"] = value;
UI\MobileControls\PagedControl.cs (4)
115
Object count =
ViewState
[_itemCountViewStateKey];
127
ViewState
[_itemCountViewStateKey] = value;
152
object o =
ViewState
["ItemsPerPage"];
163
ViewState
["ItemsPerPage"] = value;
UI\MobileControls\Panel.cs (2)
103
Object o =
ViewState
["Paginate"];
110
ViewState
["Paginate"] = value;
UI\MobileControls\PhoneCall.cs (8)
54
String s = (String)
ViewState
["PhoneNumber"];
77
ViewState
["PhoneNumber"] = value;
92
String s = (String)
ViewState
["AlternateFormat"];
97
ViewState
["AlternateFormat"] = value;
113
String s = (String)
ViewState
["AlternateUrl"];
118
ViewState
["AlternateUrl"] = value;
133
String s = (String)
ViewState
["Softkeylabel"];
138
ViewState
["Softkeylabel"] = value;
UI\MobileControls\SelectionList.cs (7)
54
_dataHelper = new ListDataHelper(this,
ViewState
);
203
Object o =
ViewState
["Rows"];
212
ViewState
["Rows"] = value;
445
Object o =
ViewState
["SelectType"];
450
ViewState
["SelectType"] = value;
465
return ToString(
ViewState
["Title"]);
469
ViewState
["Title"] = value;
UI\MobileControls\StyleSheet.cs (2)
219
String s = (String)
ViewState
["ReferencePath"];
224
ViewState
["ReferencePath"] = value;
UI\MobileControls\TextBox.cs (10)
96
Object b =
ViewState
["Password"];
101
ViewState
["Password"] = value;
117
Object b =
ViewState
["Numeric"];
122
ViewState
["Numeric"] = value;
137
Object i =
ViewState
["Size"];
147
ViewState
["Size"] = value;
162
Object i =
ViewState
["MaxLength"];
172
ViewState
["MaxLength"] = value;
203
return ToString(
ViewState
["Title"]);
207
ViewState
["Title"] = value;
UI\MobileControls\ValidationSummary.cs (6)
66
String s = (String)
ViewState
["HeaderText"];
71
ViewState
["HeaderText"] = value;
87
String s = (String)
ViewState
["FormToValidate"];
92
ViewState
["FormToValidate"] = value;
107
return ToString(
ViewState
["BackLabel"]);
111
ViewState
["BackLabel"] = value;