8 writes to Caption
System.Web (8)
UI\WebControls\Calendar.cs (1)
1293
table.
Caption
= caption;
UI\WebControls\DataGrid.cs (1)
1644
childTable.
Caption
= Caption;
UI\WebControls\DataList.cs (1)
1364
outerTable.
Caption
= Caption;
UI\WebControls\DetailsView.cs (1)
3241
childTable.
Caption
= Caption;
UI\WebControls\FormView.cs (1)
2787
childTable.
Caption
= Caption;
UI\WebControls\GridView.cs (1)
3969
childTable.
Caption
= Caption;
UI\WebControls\RepeatInfo.cs (2)
174
((Table)outerControl).
Caption
= Caption;
413
((Table)outerControl).
Caption
= Caption;
1 reference to Caption
System.Web (1)
UI\WebControls\Table.cs (1)
302
string caption =
Caption
;