24 implementations of LoadPostData
System.Web (20)
UI\HtmlControls\HtmlInputCheckBox.cs (1)
141bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlInputFile.cs (1)
181bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlInputGenericControl.cs (1)
76bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlInputHidden.cs (1)
110bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlInputImage.cs (1)
281bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlInputRadioButton.cs (1)
201bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlInputText.cs (1)
195bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlSelect.cs (1)
922bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\HtmlControls\HtmlTextArea.cs (1)
232bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\WebControls\CheckBox.cs (1)
587bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\WebControls\CheckBoxList.cs (1)
332bool IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) {
UI\WebControls\DropDownList.cs (1)
140bool IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) {
UI\WebControls\HiddenField.cs (1)
192bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\WebControls\ImageButton.cs (1)
380bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\WebControls\Listbox.cs (1)
173bool IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) {
UI\WebControls\RadioButton.cs (1)
120bool IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) {
UI\WebControls\RadioButtonList.cs (1)
233bool IPostBackDataHandler.LoadPostData(String postDataKey, NameValueCollection postCollection) {
UI\WebControls\TextBox.cs (1)
635bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\WebControls\TreeView.cs (1)
3339bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
UI\WebParts\CatalogZoneBase.cs (1)
794bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
2116bool IPostBackDataHandler.LoadPostData(string postDataKey, NameValueCollection postCollection) {
System.Web.Mobile (3)
UI\MobileControls\Command.cs (1)
300bool IPostBackDataHandler.LoadPostData(String key, NameValueCollection data) {
UI\MobileControls\SelectionList.cs (1)
545bool IPostBackDataHandler.LoadPostData(String key, NameValueCollection data) {
UI\MobileControls\TextBox.cs (1)
228bool IPostBackDataHandler.LoadPostData(String key, NameValueCollection data) {
3 references to LoadPostData
System.Web (3)
UI\Page.cs (3)
3080changed = consumer.LoadPostData(postKey, postCollection); 3112bool changed = consumer.LoadPostData(controlID, postCollection); 3249changed = consumer.LoadPostData(postKey, postCollection);