13 references to RegisterRequiresPostBack
System.Web (11)
UI\HtmlControls\HtmlInputCheckBox.cs (1)
110Page.RegisterRequiresPostBack(this);
UI\HtmlControls\HtmlInputImage.cs (1)
225Page.RegisterRequiresPostBack(this);
UI\HtmlControls\HtmlInputRadioButton.cs (1)
157Page.RegisterRequiresPostBack(this);
UI\HtmlControls\HtmlSelect.cs (1)
768Page.RegisterRequiresPostBack(this);
UI\WebControls\CheckBox.cs (1)
333Page.RegisterRequiresPostBack(this);
UI\WebControls\CheckBoxList.cs (1)
250Page.RegisterRequiresPostBack(_controlToRepeat);
UI\WebControls\ImageButton.cs (1)
447Page.RegisterRequiresPostBack(this);
UI\WebControls\Listbox.cs (1)
163Page.RegisterRequiresPostBack(this);
UI\WebControls\RadioButton.cs (1)
189Page.RegisterRequiresPostBack(this);
UI\WebControls\TreeView.cs (1)
2573Page.RegisterRequiresPostBack(this);
UI\WebParts\CatalogZoneBase.cs (1)
483Page.RegisterRequiresPostBack(this);
System.Web.Mobile (2)
UI\MobileControls\Command.cs (1)
59MobilePage.RegisterRequiresPostBack(this);
UI\MobileControls\SelectionList.cs (1)
328Page.RegisterRequiresPostBack(this);