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
90
Checking several textboxes separately by double-clicking
posted

I have several textboxes on some page.

Is it possible to spell check these textboxes separately, choosing the textbox by double-clicking?
 
Can I load this WebSpellChecker to a page dynamically? For example:
 
 Dim ctrlSpellChecker As Infragistics.WebUI.WebSpellChecker.WebSpellChecker = Me.Page.LoadControl(GetType(Infragistics.WebUI.WebSpellChecker.WebSpellChecker), Nothing)