C# Class AjaxControlToolkit.AutoCompleteExtender

Inheritance: AnimationExtenderControlBase
Mostrar archivo Open project: DevExpress/AjaxControlToolkit Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CreateAutoCompleteItem ( string text, string value ) : string

Creates a serialized JSON object representing a text/value pair that can be returned by the webservice

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Method Details

CreateAutoCompleteItem() public static method

Creates a serialized JSON object representing a text/value pair that can be returned by the webservice
public static CreateAutoCompleteItem ( string text, string value ) : string
text string Text part
value string Value part
return string

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void