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