Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
175
How to call webspellchecker from page behind?
posted

Hi,

I want to call 'WebSpellchecker' from code behind.

Reference:  http://samples.infragistics.com/2010.2/WebFeatureBrowser/Default.aspx.

This example launches spell check when button is pressed by user.

In my scenario, I have save button (asp.net button) which will save data after spell correction.

Let me know how to achieve this.