Renders hidden field with json string what stores properties values of this control.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
void RenderJsonDataField(
	HtmlTextWriter writer
)
Visual Basic
Sub RenderJsonDataField ( _
	writer As HtmlTextWriter _
)

Parameters

writer
Type: System.Web.UI..::..HtmlTextWriter

Remarks

Note, current ClientID of the control will be used as prefix for the rendered field.

See Also