UserModalPartRefreshPage Method

Reload the page with a fresh GET.

Namespace: BBNCExtensions.ServerControls
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public void RefreshPage(
	bool flushquerystring,
	string keys = ""
)

Parameters

flushquerystring
Type: SystemBoolean
keys (Optional)
Type: SystemString
Good idea to use this after an in-place Save operation from a postback, to reload the page and get out of the postback sequence.