MindFusion.UI for WebForms Programmer's Guide

Rating.set_autoPostBack Method

See Also
 



Sets a value indicating whether the control should post back to the server when the selected value is changed.

Namespace: MindFusion.UI.Web
Assembly: Rating.js

 Syntax

JavaScript  Copy Code

function set_autoPostBack (value)

 Parameters

value

Type: Boolean
True if the control should post back, otherwise false.

 See Also