APNSoft Controls [4.5.2.20] - API Reference
APNSoftRating.ClientSideAfterCallBack Property

Gets or sets the client-side code to be launched after CallBack request. Property value can include variables $ComponentID$, $SegmentID$, $SegmentValue$ and $Parameter$, instead of which data is inserted.

[Visual Basic]
Public Property ClientSideAfterCallBack As String
[C#]
public string ClientSideAfterCallBack {get; set;}

Remarks

The Parameter is received in encoded form. To decode value, use the cmn.DecodeValue(Value) JavaScript method.

See Also

APNSoftRating Class | APNSoft.WebControls Namespace