Class DnnCountryAutocompleteControl
Implements
IPostBackDataHandler
Inherited Members
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DnnCountryAutocompleteControl : EditControl
Constructors
| Improve this Doc View SourceDnnCountryAutocompleteControl()
Initializes a new instance of the DnnCountryAutocompleteControl class.
Declaration
public DnnCountryAutocompleteControl()
DnnCountryAutocompleteControl(String)
Initializes a new instance of the DnnCountryAutocompleteControl class.
Declaration
public DnnCountryAutocompleteControl(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type |
Properties
| Improve this Doc View SourceEditControlClientId
Declaration
public override string EditControlClientId { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceOldStringValue
Declaration
protected string OldStringValue { get; }
Property Value
Type | Description |
---|---|
System.String |
StringValue
Gets or sets stringValue is the value of the control expressed as a String.
Declaration
protected override string StringValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the Value. |
Overrides
Methods
| Improve this Doc View SourceCreateChildControls()
Declaration
protected override void CreateChildControls()
LoadPostData(String, System.Collections.Specialized.NameValueCollection)
Declaration
public override bool LoadPostData(string postDataKey, System.Collections.Specialized.NameValueCollection postCollection)
Parameters
Type | Name | Description |
---|---|---|
System.String | postDataKey | |
System.Collections.Specialized.NameValueCollection | postCollection |
Returns
Type | Description |
---|---|
System.Boolean |
OnDataChanged(EventArgs)
OnDataChanged runs when the PostbackData has changed. It raises the ValueChanged Event.
Declaration
protected override void OnDataChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
| Improve this Doc View SourceOnPreRender(System.EventArgs)
Declaration
protected override void OnPreRender(System.EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
RenderEditMode(HtmlTextWriter)
RenderEditMode renders the Edit mode of the control.
Declaration
protected override void RenderEditMode(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
HtmlTextWriter | writer | A HtmlTextWriter. |
Overrides
Implements
IPostBackDataHandler