Click or drag to resize

FrontendControlFactoryCreateControlPostBack Method

Creates the control post back.

Namespace:  Dynamicweb.News.Common.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
protected FrontendControl CreateControlPostBack(
	string fieldname,
	string label,
	IFControlInfo info,
	string oldValue,
	bool escapeSQLInjection
)

Parameters

fieldname
Type: SystemString
The fieldname.
label
Type: SystemString
The label.
info
Type: Dynamicweb.News.Common.FrontendIFControlInfo
The information.
oldValue
Type: SystemString
The old value.
escapeSQLInjection
Type: SystemBoolean
if set to true [escape SQL injection].

Return Value

Type: FrontendControl
See Also