메소드 | 설명 | |
---|---|---|
DeleteUserPreferences ( ) : void |
Deletes the user preferences.
|
|
GetUserPreference ( string key ) : string |
Gets the user preference for a given key if it exists
|
|
GridFilter ( ) : System |
Initializes a new instance of the GridFilter class.
|
|
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.
|
|
SaveUserPreference ( string key, string value ) : void |
Adds or updates an item in the User Preferences dictionary
|
|
SaveUserPreference ( string key, string name, string value ) : void |
Adds or updates an item in the User Preferences dictionary
|
|
Show ( ) : void |
Shows the filter in expanded mode
|
메소드 | 설명 | |
---|---|---|
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.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
RenderChildren ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs the content of a server control's children to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
|
|
lbClearFilter_Click ( object sender, |
Handles the Click event of the _lbClearFilter control.
|
|
lbFilter_Click ( object sender, |
Handles the Click event of the lbFilter control.
|
메소드 | 설명 | |
---|---|---|
RegisterJavaScript ( ) : void |
Registers the java script.
|
|
SaveUserPreferences ( ) : void |
Saves the user preferences.
|
public GetUserPreference ( string key ) : string | ||
key | string | The key. |
리턴 | string |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected RenderChildren ( 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 SaveUserPreference ( string key, string value ) : void | ||
key | string | The key. |
value | string | The value. |
리턴 | void |
public SaveUserPreference ( string key, string name, string value ) : void | ||
key | string | The key. |
name | string | The name. |
value | string | The value. |
리턴 | void |
protected lbClearFilter_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |
protected lbFilter_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
리턴 | void |