Hi,
when I used this code
c1Spell1.BadWordDialog = C1.Win.C1Spell.
BadWordDialogEnum.NoDialog;
c1Spell1.CheckControl(textBox1);
its throwing error: "Cannot convert from System.Web.UI.WebControls.TextBox to System.Windows.Forms.Controls.
I think the following code can be used for windows application.Please send me the code for Web Application