Client-side script enables the user to interact with the browser. Using client-side script, you can create browser-interaction tasks that require immediate response, such as saving text, spell checking, and so on.
C1WebEditor uses this client-side rendering technology to increase performance in your Web form. With this technology the client script running in the browser can respond immediately to user actions; therefore, the control doesn't require a postback.
|