| 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
)
Protected Function CreateControlPostBack (
fieldname As String,
label As String,
info As IFControlInfo,
oldValue As String,
escapeSQLInjection As Boolean
) As FrontendControl
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:
FrontendControlSee Also