Свойство | Тип | Описание | |
---|---|---|---|
SetPickerOnClick | void |
Метод | Описание | |
---|---|---|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the T:System.Web.UI.WebControls.TextBox control to the specified T:System.Web.UI.HtmlTextWriter object.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
|
SetValue ( Location value ) : void |
Sets the value.
|
Метод | Описание | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
RegisterJavaScript ( ) : void |
Registers the java script.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the control to the specified HTML writer.
|
|
_btnSelectNone_ServerClick ( object sender, |
Handles the Click event of the _btnSelectNone control.
|
|
_btnSelect_Click ( object sender, |
Handles the Click event of the _btnSelect control.
|
Метод | Описание | |
---|---|---|
SetPickerOnClick ( ) : void |
Sets onclick script for the PickerLabel btn depending on Enabled
|
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Результат | void |
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Результат | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
Результат | void |
public SetValue ( Location value ) : void | ||
value | Location | The value. |
Результат | void |
protected _btnSelectNone_ServerClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected _btnSelect_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |