Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
rFilter_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the rFilter control.
|
|
rFilter_DisplayFilterValue ( object sender, |
Rs the filter_ display filter value.
|
|
rGrid_Edit ( object sender, |
Handles the Edit event of the rGrid control.
|
|
rGrid_GridRebind ( object sender, |
Handles the GridRebind event of the rGrid control.
|
Method | Description | |
---|---|---|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( ) : void |
Binds the grid.
|
|
GetLocations ( ) : IQueryable |
Gets the tags.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected rFilter_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rFilter_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
return | void |
protected rGrid_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rGrid_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |