Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
LoadViewState ( object savedState ) : void |
Restores the view-state information from a previous user control request that was saved by the M:System.Web.UI.UserControl.SaveViewState method.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SaveViewState ( ) : object |
Saves any user control view-state changes that have occurred since the last page postback.
|
|
btnSearch_Click ( object sender, |
Handles the Click event of the btnSearch control.
|
Method | Description | |
---|---|---|
BuildDetailPageUrl ( string detailPage ) : string |
Builds the detail page URL. This is needed so that it can pass along any url paramters that are in the query string.
|
|
SetFilters ( bool setValues ) : void |
Sets the filters.
|
|
UpdateList ( ) : void |
Updates the list.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected LoadViewState ( object savedState ) : void | ||
savedState | object | An |
return | void |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnSearch_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |